I want to save and load column settings (width, visibility, order, etc.) for each user in localstorage or on the server (I have not decided yet). To do this, I made my own component, which should be able to load, save and apply grid settings (<vaadin-state-storing />
).
I think I can get the order. But how do I set the order of the columns at the javascript level? (table with default precedence already shown, I want to apply user settings).