Discuss anything related to web development but no technical support questions


Post by RedTeam »

Bryntum Team.

I need to save Panel Columns Width, could you tell me which part of the code controls the change width column?
saveWidthColumn.gif
saveWidthColumn.gif (204.55 KiB) Viewed 1310 times
Thank you

Post by Terence »

You could listen to the columnresize event on the view

https://docs.sencha.com/extjs/6.5.3/cla ... lumnresize

or use a state manager

https://docs.sencha.com/extjs/6.5.3/cla ... g-stateful

Post Reply