I would like to know how to add a dash component(checkbox) like the country column’s header in the grid of the keyboard-navigation description in the link above.
I want to select multiple columns and handle them in the dash callback.
“headerCheckboxSelection” is similar to what I’m looking for, bug I want to like to have a checkbox in every column header and use the corresponding values in the callback each time it is checked.
As in the code above, I can create a separate checklist component and put the column names in the options to implement the desired functionality.
However, it’s not intuitive and when the column order in the dash_ag_grid of the web app is changed, no callback is captured, making it impossible to correspond the order of options in the checklist to it.