Skip to content

hidden

defines whether the view will be hidden initially

let hidden: boolean
webix.grid ({
hidden:true,// the grid will be hidden initially
... // To show it again, use the show() method
});