I am trying to implement checkbox selection in the grouped Ag-Grid table from a pre-determined dataframe which I read from a csv file (if it is connected to some other Ag-Grid that you have before in a code where you already have a checkbox option enabled it works/it is not a problem).
So when I have have a drop down ‘arrow/menu’ for each grouped item there I would like to have also a checkbox. Is that even possible?
Thank you for your help!
Best regards, Jaša
You can add checkboxes by including
"checkboxSelection": Truein thecolumnDefssection ofgridOptions(example).