vuetify
vuetify copied to clipboard
[Bug Report][3.4.10] Changing select-strategy in DataTable does not update the select all button
Environment
Vuetify Version: 3.4.10 Vue Version: 3.4.14 Browsers: Chrome 120.0.0.0 OS: Linux x86_64
Steps to reproduce
- Make sure that the initial value of select-strategy is 'single'
- Change the value using a button or some other means to 'page' or 'all'
Expected Behavior
The select all button doesn't render on changing the select-strategy from 'single' to 'page'/'all'
Actual Behavior
The select all button should render
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Also worth noting, If the initial value is not 'single', and then later changed to single programmatically, the select all button doesn't get removed, it stays, however it is unclickable.
This has been fixed in this PR https://github.com/vuetifyjs/vuetify/pull/18908
But still in review
This has been fixed in this PR #18908
But still in review
This PR is merged but unfortunately doesn't fix the issue.