Wijmo UI for the Web
count Method
wijmo.data Namespace > ArrayDataViewBase type : 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.ArrayDataViewBase();
var value; // Type: number
value = instance.count();
function count() : number;
See Also

Reference

ArrayDataViewBase type