How to get table row count in vaadin

How to get table row count in vaadin

use table.getItemIds().size();

Try Table.size().

Shouldn’t this be called getSize()? :wink:

The method is declared in the Container interface; I guess it’s named after Collection.size().