While updating from Webix 3.0 to 3.2.2 I encountered a problem that didn’t occur before.
I have a datatable that gets its configuration from the server in form of JSON. The first time the table pulls the configuration works fine, but when I try to reconfigure it to display other data, there is an error somewhere inside the Webix functions.
Here is an example to show this. Load either of the configurations, then try to load the other. You’ll get a script error and the table won’t update.
http://webix.com/snippet/bcae84b7
I’m assuming that this is a bug.