How to get currently visible data? #2312
-
Hi, I need to get a hold of visible data within the table. Using below code, I can get visible columns data. Like if 40 columns and 50 rows of data there is and only 10 columns and 30 rows of data visible, I get 30 rows of data still with 10 visible columns, with the help of Lodash. How can filter down not visible rows from this data set? I need to do this within TableToolbar element
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Is there no way to do this? |
Beta Was this translation helpful? Give feedback.
-
Try using |
Beta Was this translation helpful? Give feedback.
Try using
rows
key which is available in tableinstance