Skip to content

isColumnVisible

returns false if the column is hidden

function isColumnVisible(
// the column id
id: id
): boolean

boolean true if the column visible

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