Always-prog opened a new issue, #21112: URL: https://github.com/apache/superset/issues/21112
Hello. I working on drag and drop columns in pivot table 2. I realized functionality drag and drop, but, after reloading page order drops. I need to save that order in chart form Data. **My pivot table 2 files**  I initializing `columnsOrder` variable in **transoformProps.ts**, and passing it to **Pivot Table Chart.tsx**  And in **TableRenderer.jsx**, in `this.props` I getting my initialized variable for saving and using order. How do I save my columns Order to chart, and use it after refresh page or in dashboard? -- 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]
