Hello friends of webix.
Do you know is there an event for like onStateChange(). Means, whether any state has been changes for column order, sort filter, hide show of columns etc… any change which is different ot the default state???
Thanks for an answer.
Michael
Hello Michael
There is no common event like onStateChange. You can control the state using separate events like onAfterFilter, onAfterSort, onStructureUpdate.
Please check the example: Code Snippet
Also you can trigger your custom event in these separate events and subscribe to it: Code Snippet