stevetracvc opened a new issue #19380: URL: https://github.com/apache/superset/issues/19380
I'm finally bringing this over from the old superset-ui repo. I think this one was almost included, and then they did the whole monorepo. **Is your feature request related to a problem? Please describe.** Sometimes the dashboard designer doesn't know how the end user will want their columns organized in a table. Why not let the user rearrange the columns themselves if they want? **Describe the solution you'd like** react-table has a built-in useColumnOrder hook, and there was a discussion online about how to implement drag-and-drop in a react-table. https://github.com/TanStack/react-table/issues/256 **Describe alternatives you've considered** None, this is the easiest approach. **Additional context** I'll link a PR shortly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
