miteshtagadiya/react-responsive-data-table

filtering and sorting not working for all records.

Closed this issue · 0 comments

I have used this data table. When i click on sorting, all records should be sorted. But in this grid sorting is working only on current page.

When i do filtering, it works fine. But the filtered records are not displaying on one page even if pagination limit is more.

For example, if i search "test" and there are 3 records on page 1 and 1 record on page 2 , and my pagination limit is 10, Instead of displaying 4 records on single page it displayed on respective page.

#pagination #react #sort #filter