[Ngrams Table] page limit change when filtering
on Ngrams Talbe, let's NgramsTerms
- suppose user is currently on the 10th page (10 lines/page)
- if users filter (any of them) gives less than 10th page => then the page is blank even if the number of result is not Nothing
Maybe Solutions:
- Quick: when filter, set to default the pages
- Advanced (to be validated and discussed): when filtering, change the page accordingly, when remove the filter go back to previous place. So we would need 2 pages status saved: when filters are activated or not.
- when filter, for example on map terms, register the first top map term on the page and display the page where it appears when filtering. When unfiltering, register the top term on the page and display the unfilter page where this terms appears.