Skip to content

How to config multiple row selection #2

@liketemple

Description

@liketemple

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions