I have a page that show a user a table and a text box where they can enter a filter term to filter down the records. When the page is first shown it shows all of the data, but when I filter the data, I want to update the page numbers to reflect the current filtered data but it is still showing the previous and next buttons as if the data has not been filtered. How do I update the the page numbers?
How do I do this?