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

looking for a way to use same columns widths on many tables sharing same kind of data #49

Open
adas172002 opened this issue May 4, 2023 · 0 comments

Comments

@adas172002
Copy link

Is your feature request related to a problem? Please describe.
I am working on an rails app that shows versioning history of a Model, so I am dealing with many many Model instances. Right now I can present each Model instance versioning history in a table with ColumnResizer that allows to resize columns, for each instance table is presented in a initial state (of columns) and ColumnResizer keeps state of column widths in a separate object in session storage (grip-resizable0, grip-resizable3 etc.).

Describe the solution you'd like
Is there a way to tell ColumnResizer to use same grip-resizable object from session storage for every table, eg. by using a CSS class on each table and/or initialising ColumnResizer in a special way?

Best rgds, Adam

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

No branches or pull requests

1 participant