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**
   
![![image](https://userimages.githubusercontent.com/66589759/185156138-7b3acab3-a7f3-4dcb-bec0-b7c591f98a22.png)
   
   I initializing `columnsOrder` variable in **transoformProps.ts**, and 
passing it to **Pivot Table Chart.tsx**
   
![![image](https://userimages.githubusercontent.com/66589759/185156809-e60b418e-44cd-400c-a248-e8c43fe390a0.png)
   
   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]

Reply via email to