-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[data grid] Implement Row reorder #206
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
The company I work for use Material UI, and we need this feature. I have two options. I guess I can have one team implement https://github.com/Autodesk/react-base-table and style it or have them complete this task for the MUI library. If we were to add this feature, what would the process be, is there contribution forms that need to be filled in and signed, or do we just fork and open a PR. This page is a bit bare in terms of requirements/spec, is there more info available, or can we just implement it how we see fit for our needs. Sorry if these topics are covered somewhere. Please point me to a link if so. Thank you. |
@Fasani Hey, thanks for the interest in contributing features into the library. This case has come up a couple of times in the past. For Pro feature, what we generally propose is as follow:
You can sent an email at x@mui.com if you want to continue the conversation. |
Thanks for getting back to me. I noticed this is on DataGrid and perhaps I would want it on Table. Does that make a difference? Likely I will check out the code and start considering the change. If it makes sense I can send it back to you. |
I doubt it will ever be implemented in the Table component. |
I ended up going with option A, thanks for the replies. |
This comment has been minimized.
This comment has been minimized.
I note there's a feature request (mentioned in OP) for draggable rows to be implemented in table, has anyone made any progress for this in datagrid / datagrid pro? Would be nice! |
Not yet no |
This comment has been minimized.
This comment has been minimized.
This feature would convince me to upgrade to the pro plan. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
any idea, whether this feature would be available in Q1 this year? |
Our company is also waiting for this feature. Do you have any plans for that? |
This would work really well for my project, I have so many rows on particular tables, re-ordering them would make analysis much easier |
We have a couple of licenses and we would also be very interested in this feature. |
Hi ! Why is it taking so long to merge ? We are looking forward to this feature. |
I apologize for the delay. I will resume the work on it today and aim to have it in this week's release. |
Hello, Does row reorder work with DataGrid tree data? |
For now it does not @DanailH maybe we could create a new issue "Row reorder for Row Grouping and Tree Data", put it "waiting for upvote" and link it in the doc. |
yes for example to implement a hierarchy of an organization in a Datagrid tree data it will be practical to do the drag and drop of rows in order to modify the position of the nodes in this organization without going through a form, I hope that you create a new issue "Row reorder for Row Grouping and Tree Data" |
Hi @flaviendelangle. Is there a clear path of what are the priorities for the data grid? I feel that things are being added without much planning in terms of closing the gaps. For instance: the tree functionality was added but without support for lazy load, which makes it pretty hard to be used in enterprise applications. Now we have the row reorder, but it does not work with tree data. Please don't take me wrong, I really like working with MUI components, but it is been hard to use these new features where one thing does not (fully) work with another. When I look at the roadmap, I can't see these gaps getting closed. |
For the row reorder, I think the usage with a tree structure is far from being the majority of the use cases. For the lazy loading of the tree. Is the custom example enough for you ? |
Benchmark
The text was updated successfully, but these errors were encountered: