hidden
defines whether the view will be hidden initially
let hidden: booleanExample
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: booleanwebix.grid ({ hidden:true,// the grid will be hidden initially ... // To show it again, use the show() method});