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 week ago
How Grid display native row indexes
Please see http://demo.vaadin.com/sampler/#ui/grids-and-trees/grid/item-editor , If the grid is sorted by NAME, the indexes are not displayed from 0 to 99 any more.
Is there any easy way for Grid to display native row indexes?
Last updated on
Those id's or indices are field in the bean, so when you change sort order, they go along. I.e. they are not native row row indices.
Last updated on
I don't think Grid exposes the native index in any API method available. You could file a ticket for enhancement: https://github.com/vaadin/framework/issues
Last updated on
You cannot reply to this thread.