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, 6 days ago
Table, show selected row
A table has 108 rows and about 10 rows are shown. Then app selects a row. Now when app selects a row sometimes this special row is on the screen - 10/108 possibilities from the beginning . How this selected (highlighted) row can be shown on the screen every time?
paganaTable.setWidth("160");
paganaTable.setHeight("240");
paganaTable.select(14);
Tapani
Last updated on
I did this on my table class:
this.select(40);
this.setCurrentPageFirstItemIndex(40);
and got this effect (to display select(4) as first row you would do setCurrentPageFirstItemIndex(3)):
Last updated on Jan, 27th 2010
You cannot reply to this thread.