You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set the show select property in the v-data table component, and the component will render a check box by default.
My requirement is that when the mouse clicks on a check box, the table supports multiple selections. When clicking on an area other than the check box, only that piece of data is selected, and other selected rows are deselected
Proposed solution
Because only clicking the check box will trigger the click: row event, I cannot meet this requirement.
The text was updated successfully, but these errors were encountered:
I'm having this same issue too. This might be a bug report, rather than a feature request since v-data-table is still in labs.
nekosaur
changed the title
[Feature Request] v-datatable click:row event should not fire event when selecting the default checkbox(v-datatable set show-select prop)
[Bug Report] v-datatable click:row event should not fire event when selecting the default checkbox(v-datatable set show-select prop)
Mar 25, 2023
Problem to solve
I set the show select property in the v-data table component, and the component will render a check box by default.
My requirement is that when the mouse clicks on a check box, the table supports multiple selections. When clicking on an area other than the check box, only that piece of data is selected, and other selected rows are deselected
Proposed solution
Because only clicking the check box will trigger the click: row event, I cannot meet this requirement.
The text was updated successfully, but these errors were encountered: