clearAll of ui.gridlayout, Methods Webix Docs

removes all views from a gridlayout

void clearAll();

Example

$$("grid").clearAll();

Related samples

See also

Back to top