PageLength on table vaadin 6

Hi all,

I would know why when I set a pageLength on a table, this doesn’t work. I get a scrollbar with all items whereas I give it a pageLength.

For example i setPageLength(10) and I get 59 items in the table with a scrollbar.

Thanks for your help

Hi!

That’s exactly how it’s supposed to work, I’m afraid. In this context page length means height by row count, not overall amount of rows included. If you want actual pagination, you might want to try
PagedTable-addon
.