Premium support for our pure JavaScript UI components


Post by gaurav.tyagi »

Hello,

I am trying to retain the sequence of the column in the Gantt so that it can be reapplied if user revisit the page.
To achieve this I tried to store the current ganttState in the local storage and apply the same using the applyState function, but it does not seem to work.

My requirement is to apply the old sequence even when the gantt has already initialized.

Could you please help me on this ?
Thank you.


Post by mats »

Can you please share your code? Did you study this sample? https://bryntum.com/examples/grid/state


Post Reply