amgfred
Explore posts from serversTable Both Selectable and Clickable
Hiya folks,
I'm using
UTable
with a v-model
which gives it checkboxes, making it selectable.
On the same table, I've also been using @click
to call a navigate function when the row is clicked.
Since UI v2.18.5
, clicking the checkbox to select the row calls the @click
navigation function.
Essentially I need the @click
to apply to the full row except for the checkbox.
I see this change was introduced in v2.18.5
with this pull request - my implementation was working before this.
Does anyone have any suggestions for this?
Please let me know if you need any more information.
Cheers,
Fred1 replies