Wijmo UI for the Web
count Method
wijmo.data Namespace > ArrayDataView Class : count Method
Returns the number of items in the current view after client-side filtering/sorting/paging have been applied.
Syntax
var instance = new wijmo.data.ArrayDataView();
var value; // Type: number
value = instance.count();
function count() : number;
See Also

Reference

ArrayDataView Class