When v-simple-checkbox
is used in v-data-table
, clicking on the checkbox or the area around it doesn't invoke row.click
event.
This CodePen example shows selecting a data table row on row.click
. However, if more columns with checkboxes are used it's almost impossible to select a row.
It seems like the .stop
event handler is used inside v-simple-checkbox
. Is there any way to trigger row.click
event by clicking on that component?