selectRow.bgColor does not work if onSelect is used
See original GitHub issueUsing this example:
If you add an onSelect handler to it, the handler will be called, but the background color is not set. Remove the handler and the background color is set.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Row Selection Props · react-bootstrap-table2
This callback function will be called when a row is select/unselect and pass following four arguments: row , isSelect , rowIndex and e...
Read more >How to change the selected table row background color with ...
I want to change a table row background color when clicked and back to what it was originally when another row clicked.
Read more >Row Selection - Tabulator
Row selection allows users to select and highlight a number of rows that you can then take action on. This allows rows to...
Read more >Selecting rows - TreeGrid
If set to 0, selected cells are highlighted only by background color. It is used for SelectingCells, selected rows are always highlighted by...
Read more >Blazor Grid - Events - Documentation - Telerik
Clicking on the GridCommandButton , select row CheckBox , expanding a Detail Template or when the row is in edit/insert mode will not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We were using mode of ‘radio’
Sorry for lately fixed… RELEASE NOTE
now you can call
setStateinselectRow.onSelectand we support a feature that you can reject the selection, please check this and here is example