Skip to content

Double check select row event #180

@matteoventuri7

Description

@matteoventuri7

Hi.
selectRow={{
mode: 'checkbox',
clickToSelect: true,
classes: 'selection-table-row',
onSelect: (rowKey, checked, rowIndex) => {
debugger;
},
onSelectAll: (option) => {
debugger;
}
}}
If i single check checkbox row then onSelect event start twice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions