Check documentation for the latest version of dhtmlxSuite clearAll DHTMLX Docs

clearAll

removes all data from List and repaints the component

void clearAll();

Example

myList.clearAll();

Details

the command doesn't trigger server-side updates

Back to top