Replies: 1 comment
-
There's an entire section of the docs dedicated to this: https://v2.mantine-react-table.com/docs/guides/best-practices#re-usable-default-options |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a bunch of tables that use a lot of the same settings (ie. enableToolbar: false, etc) that I’m creating with useMantineReactTable.
Is it possible to create these settings once and copy them to all new tables?
(I’m new to React/JS but I’m thinking I might need to create a default object with common properties and then use the … syntax to copy to other tables?)
Also, is it possible to add a header or caption to a table? For example, I’d like to display a large label above the table.
Beta Was this translation helpful? Give feedback.
All reactions