Hello,
I am trying to save kind of a layout of my actual data table, which will include the both grid and columns properties/attrs (ex: enableFiltering, column widths, fields, etc..) without saving useless information, like the dataSource.
Previusly working with JS1 I used to access the grid instance and save my actual model (ex: "$('#gridId').ejGrid('instance').model"), how can I do a similar thing with JS2 and Vue?
Thanks