-
Notifications
You must be signed in to change notification settings - Fork 930
Question: Tree Data #908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It depends on exactly what you are trying to do. As in the At its core, this library is intended to build on the material concept of data tables, which is a fundamentally 2-dimensional abstraction. |
@gabrielliwerant I'm looking for something like this |
Hi, a feature like this could be nice. @cr101 is this correct? @gabrielliwerant I know that the library is intended to build the material 2-dimensional concept of tables but I'm asking if there are a way to do more. This is related with #904. |
This isn't a feature I'm planning to support at this time. I would maybe take another look at it once critical issues are taken care of, there's a lot more testing, and the table is compatible with later versions of material ui and react. |
We need this too. Any guidance on how we can implement this feature? |
@cr101 Please have this feature. Would love to have this. |
A bit late to the party, but I stumbled upon this problem and found a quick solution. You can pretty much make it look native this way. https://codesandbox.io/s/prod-meadow-sq1p6 Basically, I have nested arrays of objects that I render on a new MUIDataTable, and I pass the array to the nested table. |
Does this table component have a tree data feature that could be used for data that has nested relations?
The text was updated successfully, but these errors were encountered: