ssuperczynski / ngx-easy-table

The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
https://ngx-easy-table.eu
MIT License
371 stars 100 forks source link

Pagination not working properly #386

Closed kalmargabor92 closed 2 years ago

kalmargabor92 commented 2 years ago

Repro steps:

image

Issue: The filtered result is displayed in page 1, but currently the page is not targeted (not marked with blue background). After I click the paginator 1 page, the it displays the filter result. (see it in the picture below) image

kalmargabor92 commented 2 years ago

This already covered with that one: https://github.com/ssuperczynski/ngx-easy-table/issues/333