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

Table columns should retain their width when reordering #4687

Open
njust opened this issue Jun 22, 2024 · 0 comments
Open

Table columns should retain their width when reordering #4687

njust opened this issue Jun 22, 2024 · 0 comments

Comments

@njust
Copy link
Contributor

njust commented Jun 22, 2024

Is your feature request related to a problem? Please describe.
As the width of the columns is currently cached by column index, the width of the column that was previously in the position is adopted when columns are rearranged.

Describe the solution you'd like
With a unique id per column, the current width could be cached by column id, which would help to retain the column width when reordering.

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

2 participants