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 javascript web framework and page of excel javascript library product.