Bug: $init and $change not working at the same time

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.

http://webix.com/snippet/618e58fb

Ok, thank you so much for the explanation :slight_smile: