BeeGridTable icon indicating copy to clipboard operation
BeeGridTable copied to clipboard

Override select html in selection.

Open fbarriosCL opened this issue 3 years ago • 0 comments

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 🇨🇱

fbarriosCL avatar Feb 16 '22 15:02 fbarriosCL