tg icon indicating copy to clipboard operation
tg copied to clipboard

Persist dynamic column width into local storage

Open oleh-maikovych opened this issue 1 year ago • 0 comments

Description

Regualr EGI column are represented by some property, therefore their position and width can be saved in DB. The dynamic EGI column are represented by entity in collection which may change it's value and column title. Therefore it doesn't make sense to save it into DB. But it is better to remain the width of dynamic columns between two sequentail run actions. In that case their width should be saved into local storage and should be associated with position among other dynamic columns instead of property name which might chage between sequential run actions.

Expected outcome

Dynamic ccolumn are able to persist their width, so that between two sequential run action they could restore their width which prevents user from changing dynamic column width over and over again after Run

oleh-maikovych avatar Feb 15 '24 10:02 oleh-maikovych