[Bug Report][3.7.0] VDataTableServer - select-strategy="all" not selecting everything across all pages
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
Description
Environment
Vuetify Version: 3.7.0
Vue Version: 3.4.17
Browsers: Google Chrome
OS: Windows 10
Steps to reproduce
Click the select all checkbox (top left of the table) and see the first page of items selected. Go to the next page of the table and see the items on that page are not selected.
Expected Behavior
When select-strategy="all", all items should be selected across all pages
Actual Behavior
When select-strategy="all", only the visible page of items is selected
Reproduction Link
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the VDataTableServer selection handling and reproduce the behavior using the linked Vuetify Playground example. Confirm that select-strategy="all" keeps items selected when moving between pages, while preserving the existing visible-page selection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100