clearAll

removes all items from the component

void clearAll();

Example

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

Related samples

See also
Back to top