vuetifyjs / vuetifyjs/vuetify

[Bug Report][3.7.0] VDataTableServer - select-strategy="all" not selecting everything across all pages

Open
#20,831 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C: VDataTableServer S: maybe T: bug
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

https://play.vuetifyjs.com/#...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.