onAfterColumnShow

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

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

Example

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

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