Documentation

clearAll

removes all items from the component

void clearAll();

See also

Example

$$("data").clearAll;
//"data" is the ID of the dedicated dataview

Back to top