In element-ui, how does the Filter function of the table when Table uses Pagination for paging? Filter all the data, not the current page data

data in the table Filter can only filter out the data on the current page, but not all the data on Filter

as shown in the figure

clipboard.png

clipboard.png
all the data have more than 200 consistent results, but there is only one on the current page, so Filter has only one
of the current page.
Apr.08,2021

elementUI is a view component. If you want to pre-Filter, you need to add a data model

.
Menu