vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.4.10] Changing select-strategy in DataTable does not update the select all button

Open oowais opened this issue 1 year ago • 2 comments

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.

oowais avatar Jan 18 '24 11:01 oowais

This has been fixed in this PR https://github.com/vuetifyjs/vuetify/pull/18908

But still in review

websitevirtuoso avatar Jan 23 '24 07:01 websitevirtuoso

This has been fixed in this PR #18908

But still in review

This PR is merged but unfortunately doesn't fix the issue.

oowais avatar May 02 '24 09:05 oowais