Search code examples
jquerytabulator

When using setPage on an AJAX Paginated Tabulator, Pagination Buttons disappear ignoring the paginationButtonCount


In Tabulator 3.5

When I use the setPage parameter like this

$('#myTabulator').tabulator('setPage', 34)

The Pagination Buttons that are set on init disappear

like this :

{paginationButtonCount: 5}

Is there a way to set paginationButotnCount after init, or refresh them so they come back?


Solution

  • It is very likely that the issues you are experiencing are related to the old version of Tabulator that you are using.

    If you update to version 4.1 it should work correctly. both the ajax and pagination systems had a complete rebuild in the 4.0 release