Request new features or modifications


Post by Dev_Coppelis »

Hi,
Is there any way to allow users to save the selected displayed columns in tasks list ?
Ex : each time i connect, I have to manually add the Resource column (and hide others). I need to make this column to be always displayed (as a default view).

Post by Maxim Gorkovsky »

Hi.
There are two options:
1) Specify set of columns in the app, like we do in our demos
2) Use stateful API. This demo allows you to hide columns and save hidden state in cookies: https://examples.sencha.com/extjs/6.5.1/ ... array-grid

Post Reply