BeeGridTable
BeeGridTable copied to clipboard
Override select html in selection.
Hi, I would like to override the select input, or capture the event when click on one.
http://beegridtable.com/selection
I can only select all or clear all.
handleSelectAll(status) {
this.$refs.selection.selectAll(status);
},
I need to select one by one, while doing a click
Saludos from 🇨🇱