Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
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
Last updated on
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.
Last updated on
You cannot reply to this thread.