returns the number of currently visible items
number | the count of items |
var fmanager = webix.ui({
view:"datatable",
// datatable config
});
var items = fmanager.count();
The count() method returns the number of the files/folders that are currently shown in the table.