Check documentation for the latest version of dhtmlxSuite dataCount DHTMLX Docs

dataCount

returns the total count of items in the dataview

number dataCount();
numberthe total count of items in the dataview

Example

var count = myDataView.dataCount();

Details

in case of dynamic loading the method returns the expected count of items

Back to top