What is this Library? Coming Soon! #1
KevinVandy
announced in
Announcements
Replies: 3 comments 8 replies
|
Damn, this is definitely cool! Just wanted to try Mantine. And there was just no built-in DataGrid. |
4 replies
|
Hey looks great. I've been using mantine and react-table for about a year. The React-table integration has always been a bit problematic for me. This should be a nice step. Is this stable enough to use? Do you foresee any major changes to your interfaces? |
3 replies
|
I was mixing bootstrap and mui to support material-react-table. Decided to replace bootstrap to mantine. Thanks for making this library with features mirrored from material-react-table. At first I thought this was not made by the author of material-react-table, but geez @KevinVandy its brilliant of you to make a mantine version. Thanks a lot. Can we use v0.8.1 in production now? |
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
Mantine React Table is an advanced data grid component built with TanStack Table v8 and Mantine.
This library is forked from Material React Table and builds on its success.
This library should be in beta by the end of January 2023, and possibly release a stable 1.0 in the next couple months.
Most of the work for the library itself is done, pending a rewrite of the advanced filtering features to work with Mantine components. A lot of work still needs to go into the docs and examples, though.
v0.1.0 can be installed, but don't use it for production yet, as it will go through more changes soon.
Docs site is now up: https://www.mantine-react-table.com/
You can see a storybook site showcasing it here: https://www.mantine-react-table.dev/
All reactions