kolgepratik / js.tableutils

A jQuery plugin for HTML Tables. You can - Fix Table Headers with both Vertical and Horizontal Scrolling support, Add master CheckBox, Enable Sorting, Filtering, Client-side and Server-side Numeric, Alphabetic and Alphanumeric Pagination, Addition of new rows to the table, Deletion of exiting rows, Editing of existing rows.
13 stars 7 forks source link

Pagination will not work on second search #15

Open mereena opened 7 years ago

mereena commented 7 years ago

Mt table is created from the result of an API call,(API is called by passing some date parameters ) For my Pagination of table it will works fine for the first time, but for the second time, it will display all the fields of the pagination, but not able to go to next page. All the option to go to next page is empty.

This field --> Prev12Next will disappear and Go to Page field will not have any value. But the number of records in the table and page size is updated correctly.

If i change the Page Size to some value, everything works fine, could you please suggest how to fix. Thanks in advance, :)