Hi, I have a treetable and it is throwing “Dynamical loading not implemented” exception. What I am trying to do is clear out the grid and repopulate it with new data, so I did a grid.clearAll() and then a grid.parse({ local json data }). If I did just a grid.parse({ local json data }), it does not throw the error. Can you help me? I noticed removing adjust: true in the column definition fixes this issue.
Thanks.
Note that I am using the debug version of the webix js file.
Here is a JS Fiddle: Edit fiddle - JSFiddle - Code Playground
Steps to reproduce:
- Click “Reload data”.
- Notice exception appears.