[Table] onRowSelection Bug · Issue #1897 · mui/material-ui

Evening guys, Let's say i have the following table: <Table height='100%' selectable={true} multiSelectable={true} onRowSelection={this._onRowSelection}> > If i do something like this, it'll work fi...</table>