topcoder-platform / micro-frontends-taas-admin-app

taas-admin-app for managing taas administrative activities
MIT License
0 stars 5 forks source link

Records/Page filter is not getting cleared on applying 'Clear Filter' button #12

Closed sandhiyakavi closed 3 years ago

sandhiyakavi commented 3 years ago

Description: Records/Page filter is not getting cleared on applying 'Clear Filter' button

https://user-images.githubusercontent.com/55895538/120429139-dda1e580-c3af-11eb-9812-f3c6a0adee8a.mp4

maxceem commented 3 years ago

I think it's expected behavior. Sorting also stays.

We have to only go to the first page when we clear filter because the results are changed. The same way we have to reset page to 1 when we change the sort order, but we don't have to reset per page.