hidden
defines whether the view will be hidden initially
let hidden: boolean
Example
Section titled “Example”webix.grid ({ hidden:true,// the grid will be hidden initially ... // To show it again, use the show() method});
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});