-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug Report][3.4.10] Changing select-strategy in DataTable does not update the select all button #19069
Closed
oowais opened this issue
Jan 18, 2024
· 2 comments
· Fixed by #19762 or Enterprise-CMCS/cmcs-eregulations#1315 · May be fixed by YoutacRandS-VA/desec-stack#2
Closed
[Bug Report][3.4.10] Changing select-strategy in DataTable does not update the select all button #19069
oowais opened this issue
Jan 18, 2024
· 2 comments
· Fixed by #19762 or Enterprise-CMCS/cmcs-eregulations#1315 · May be fixed by YoutacRandS-VA/desec-stack#2
Labels
Milestone
Comments
KaelWD
added
T: bug
Functionality that does not work as intended/expected
C: VDataTable
VDatatable
labels
Jan 18, 2024
This has been fixed in this PR But still in review |
This PR is merged but unfortunately doesn't fix the issue. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
Environment
Vuetify Version: 3.4.10
Vue Version: 3.4.14
Browsers: Chrome 120.0.0.0
OS: Linux x86_64
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: