dwqs / v2-table

A simple table component based Vue 2.x: https://dwqs.github.io/v2-table/
MIT License
100 stars 24 forks source link

event to check or uncheck checkboxlist #19

Closed ryusuf11 closed 6 years ago

ryusuf11 commented 6 years ago

Hi, I have a table such as below. is there any way to trigger select-change event within the same row? for example when i click the name column then the checkbox is selected for that row.

image

Thanks for your great work :+1: