Documentation

clearAll

removes all items from the component

void clearAll();

See also

Example

dtable = webix.ui({
          view:"datatable",
          ...
          url:"data.xml"
)}
 
dtable.clearAll();

Back to top