Need to add more features and examples in Table component #195
Replies: 14 comments 27 replies
-
Thanks for feedback, Table is a simple wrapper for html |
Beta Was this translation helpful? Give feedback.
-
Is this a feature you guys want? |
Beta Was this translation helpful? Give feedback.
-
Here is a good read about the differences between a table and a data grid: One important thing I think is that it's recommended to build a data grid using divs instead of tables. |
Beta Was this translation helpful? Give feedback.
-
Any update on this? :) Seems like a very nice addition |
Beta Was this translation helpful? Give feedback.
-
I’ve been using react table for this. It’s super bare bones on styling and is pretty agnostic on markup so it works fairly well with mantine. Albeit a bit more work to implement.
I agree that a more robust out of the box solution would be ideal.
On May 11, 2022, at 8:00 AM, Benjamin Kniffler ***@***.***> wrote:
As much as I miss a table component, I find its not too hard to implement your own (as shown by @mvmilanjain above, using react-table). Maybe someone in the community will create a table component and publish as a separate lib. Any maybe this could get merged into mantine at some point.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
You might want to take a look at Mantine DataTable, a component I've built with Mantine primitives (not React Table), that covers most of the features mentioned above and should support:
I've also tried to build a nice documentation website (following as much as possible the excellent Mantine's docs design patterns) and I've included a series of examples and usage scenarios. |
Beta Was this translation helpful? Give feedback.
-
Awesome, I think this will work out nicely to replace the react table stuff
I have. I'm going to give it a try.
…On Fri, Sep 2, 2022 at 6:35 AM Ionut-Cristian Florescu < ***@***.***> wrote:
You might want to take a look at Mantine DataTable
<https://icflorescu.github.io/mantine-datatable/>, a component I've built
with Mantine primitives (not React Table), that covers most of the features
mentioned above and should support:
- Asynchronous data loading
- Pagination
- Multiple rows selection
- Scrollable behavior, while maintaining a fixed header, pagination
footer and row selection column
- Column sorting
- Custom cell data rendering
- Row context-menu
- Dark themes
I've also tried to build a nice documentation website (following as much
as possible the excellent Mantine's docs design patterns) and I've included
a series of examples and usage scenarios.
The component properties are be self explanatory, well typed and also
documented with JSDoc, so it should be quite straightforward to use.
[image: Mantine DataTable]
<https://icflorescu.github.io/mantine-datatable/>
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACPJU3ATFC7IVHTDTORNI3V4HJ6HANCNFSM5BXSPOWQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello guys We are evaluating Mantine for our next big project. It looks like awesome library which we would like to use. And it looks like this is basically the only thing which is stopping us. The https://github.com/icflorescu/mantine-datatable looks really great. But we would like to avoid adding 3rd party components. You usually want to keep your dependencies to minimum or you will have problems 3 years later... Is there any update on the Mantine table inside the lib? Maybe even in beta-version? Because it might takes few months before we hit production. So even beta version would be fine for us right now. Thank you |
Beta Was this translation helpful? Give feedback.
-
Here's another 3rd party Mantine Table library I'm introducing as an option here: www.mantine-react-table.com/ |
Beta Was this translation helpful? Give feedback.
-
Hi @rtivital, any updates on the data grid component? |
Beta Was this translation helpful? Give feedback.
-
hope make table or datagrid is responsive |
Beta Was this translation helpful? Give feedback.
-
Just noting I agree to use TanStack Table for this in the future, its headless and already works will with mantine. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to let everyone interested know: Mantine DataTable V7 is here and fully supports Mantine V7 🎉Be advised that it comes with a few breaking changes, as expected. If everything go as planned and we're not bumping into any critical bugs, I'm planning to release the final version in a day or two. |
Beta Was this translation helpful? Give feedback.
-
Table
is one of the most important component which is required by most of the companies. I have listed some features/examples which you should consider forTable
component:Please refer Ant Design Table Component
Beta Was this translation helpful? Give feedback.
All reactions