Check documentation for the latest version of dhtmlxSuite dataCount DHTMLX Docs

dataCount

Returns the total count of items in DataStore. In case of dynamic loading the method returns the expected count of items.

void dataCount();

Example

var count = data.dataCount();

Back to top