Documentation

getVisibleCount

returns count of visible rows

number getVisibleCount();

Returns

numbercount of visible rows

See also

Example

var count = $$("mytable").getVisibleCount();

Details

It returns not ALL rows, and not actual count of loaded rows - but how many rows can be visible with current datatable height

Back to top