hide
hides the view
function hide(): void
Example
Section titled “Example”mygrid.hide();
also check the next samples:
Details
Section titled “Details”The same effect can be achieved if you set the hidden parameter in the view constructor.
hides the view
function hide(): void
mygrid.hide();
also check the next samples:
The same effect can be achieved if you set the hidden parameter in the view constructor.