Hi,
As we can see in this example, $change do not work if $init is also used.
http://webix.com/snippet/e22bbae8
Thanks!
Hi,
As we can see in this example, $change do not work if $init is also used.
http://webix.com/snippet/e22bbae8
Thanks!
Actually, it’s not a bug. On the data loading, the $init key occurs. $change triggers when data is changed and it if there’s no $init, $change also takes its place.
Ok, thank you so much for the explanation