Hello,
About to make UI changes persistent:
when syncing with server, I’d send the columns’ widths so I could load them on next usage.
Already implemented for sorting by submitting
mygrid.getSortingState();
to the server.
How to do the same for columns’ widths? Which get() function to use?
I think that I will be able to do the initialization via usual:
mygrid.setInitWidths(columnWidthDhtmlx);
on next load?
Regards