DHTMLX Docs & Samples Explorer

dataCount ()

Required library edition: This method works with any edition of DHTMLX library
Required library file: datastore_debug.js

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

var count = data.dataCount();

Parameters:

  • none