Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persist dynamic column width into local storage #2186

Open
oleh-maikovych opened this issue Feb 15, 2024 · 0 comments
Open

Persist dynamic column width into local storage #2186

oleh-maikovych opened this issue Feb 15, 2024 · 0 comments

Comments

@oleh-maikovych
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant