已用filter过滤,由于有分页,进行搜索后,出现的每页的搜索结果,并没有结合到同一张页面上
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