Check documentation for the latest version of dhtmlxSuite dataCount DHTMLX Docs

dataCount

returns the total count of items in the list

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

Example

var count = myList.dataCount();

Details

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

Back to top