Wijmo UI for the Web
count Method
wijmo.data Namespace > IEditableDataView Interface : count Method
Returns the number of items in the current view.
Syntax
var instance; // Type: wijmo.data.IEditableDataView;
var value; // Type: number
value = instance.count();
function count() : number;
See Also

Reference

IEditableDataView Interface