counts visible rows
number | the number of visible rows |
var count = $$("mytable").getVisibleCount();
It does not return ALL rows that there are in a table or the actual number of loaded rows. It counts the rows that can be visible with the current height of the datatable.