isColumnVisible

returns false if the column is hidden

boolean isColumnVisible(id id);
ididthe column id
booleantrue if the column visible

Example

var check = mytable.isColumnVisible("year");

Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript ui library and page of tree table ui product.