I am using React to render a component which I chose to use for its filtering capability that I found nowhere else. By default, let's say it displays 10 rows of my data.
As I filter the table, the rows displayed will be different, maybe 10, maybe less in function of my filtering.
The simple question is : Can I recover the rowData of the rows that are displayed ?
Thank you ! David