The documentation in react-virtualized is not clear on how row selection is handled. I need to:
- track selected row
- highlight selected row
- query which row is selected (I care for getting to its data)
It appears that there is a way to handle row click events and change style class on per row basis. I assume I have to roll my own selection tracking based on these parameters. I hope I am wrong and there is a better way.
Than you