[Feature Request] Data Table Search strategies to exclude non searched item
T: bugC: VDataTable
### Problem to solve
When having a DataTable with search + select-strategy="page". If you click on the "Select all button" it will also select items filtered out by the search.
\+ example of weird behaviour encountered with this issue:
- having 5 items per page set
- and having items: "t1", "t2", "t3", "t4", "aa". "t5"
- and searching "t".
The "select-all" button will also select "aa" event if pagination indicates that there are 5 items
### Proposed solution
select-strategy="page" also exclulde from "select-all" button the items filtered out by search
<!-- generated by vuetify-issue-helper. DO NOT REMOVE -->
0 条评论