0

I am trying to extract data from the active row (not the selected row) on a ReactDataGrid. enter image description here Note that active row can be changed by using up/down arrow keys and you can make the active row to selected row by pressing enter key.

As I see on the official docs (https://reactdatagrid.io/docs/keyboard-navigation) there is only one api method exposed for keyboard navigation, in which we can have access to the active index only. But for my case, I need the entire active row data. (Note that I can't just use index on original data set since the table can be filtered by the users, which causes index on ReactDataGrid and original data to be different)

Is there any alternative way to do this than using onActiveIndexChange?

Leni
  • 653
  • 1
  • 6
  • 23

0 Answers0