Filter has been used. Due to paging, after searching, the search results of each page are not combined into the same page
The data passed in by paging should be the filtered array instead of the original array
If you use filters to implement search, after the search is completed, only the data presented on the page has changed, and the actual data used for paging has not changed. You can bind a function to the search to change the paging data
The data passed in by paging should be the filtered array instead of the original array
If you use filters to implement search, after the search is completed, only the data presented on the page has changed, and the actual data used for paging has not changed. You can bind a function to the search to change the paging data