Streamlit Ag-Grid checkbox selection for grouped table

444 Views Asked by At

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

1

There are 1 best solutions below

0
Caroline Frasca On

You can add checkboxes by including "checkboxSelection": True in the columnDefs section of gridOptions (example).