Is there a way to get data filtered data from the table? #4729
-
I am looking to retrieve the current state of the data showing in the table, after applying filters. I notice you can access the data by: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I took a look with fresh eyes today and was able to get the current state of the table with the following method:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I took a look with fresh eyes today and was able to get the current state of the table with the following method:
table.getSortedRowModel().rows.map(row => row.original)