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

Search Filter and Pagination - old issue #50 #294

Open GretchenGit opened 4 years ago

GretchenGit commented 4 years ago

I'm not quite sure if it is the same issue like #50 but it still seems to be a strange behaviour

When using a filter on e.g. page 5 my data gets filtered but now data only fills 2 page. So it doesn't display correctly, because it still shows page 5 without data or placeholder. On clicking page one or two in the paginator, it shows the data correctly and updates the pagination.

Is there any way to trigger an event to jump to page one automatically when using filtering?

To reproduce it please take a look at your example (https://ngx-easy-table.eu/#/search) using search on page 5 - e.g. search by age

bolmas commented 4 years ago

@GretchenGit, Hi, did you find a workaround for this issue?