found the row_selection option in ag_grid.py:
Variable for row selection type
row_selection: rx.Var[Optional[Mapping[str, Callable]]]
I tried:
row_selection={"multiRow": KBState.empty_caller},
row_selection={"multiple": KBState.empty_caller},
none of them has effect, still could only select in single mode
could you please give an example of how to config ag-grid to use multiple selection.