onAfterColumnHide

срабатывает после того, как колонку datatable скрыли

void onAfterColumnHide(string id);
idstringID колонки

Example

$$("datatable1").attachEvent("onAfterColumnHide", function(id){
    // ваш обработчик
});

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix html5 framework and page of tree table widget product.