I've been reading the ag-grid
documentation and I haven't been able to find out if there's any event to know when the checkbox to select or un-select all column was clicked.
I know I can use onRowSelected()
but I need to know when Select or un-Select All is clicked so I can make a different operation.