Replies: 1 comment 4 replies
-
Simply use any of the row models. I have a couple examples on my site: https://www.mantine-react-table.com/docs/examples/export-csv |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
How to export/download table data from the table instance. I can pull up the columns from getVisibleColumns(), but it's had for row data to associate them with columns. I know it was simpler and direct in V7 but can't figure it out in V8. _valuesCache isn't helpful with pagination in place. I use accessorFn across every reference , and it is so hard to match them with the keys returning in row.original. Is there any other way?
Beta Was this translation helpful? Give feedback.
All reactions