i have implemented pagination and filtering using the process method .But pagination logic doesnt change after applying filters to columns ?
Is this expected?
For example if i have 10 records with page size 5.
Within those 10 records color property is green for 2 records.
Once i type the property in filter section of the grid.
Pagination at the bottom will still show 2 pages .
My expectation is it should show only 1 page after apply this filter since only 2 record satisfy filter criteria.