Hello,
When I select a row , I try to have the event.currentTarget, but I can't because I have the following message:
Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're accessing the method currentTarget on a released/nullified synthetic event. This is a no-op function. If you must keep the original synthetic event around, use event.persist(). See https://fb.me/react-event-pooling for more information.
Same thing in the event columns properties.
Also It's possible have the columnIndex as parameter on the onSelect method?
and in selectRow -> classes method .
Thanks