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
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-resizable3etc.).Describe the solution you'd like
Is there a way to tell ColumnResizer to use same
grip-resizableobject 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