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.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Renaming column header of a table
I want to rename the column header of a table made of components and the header is just a string
how can i do that?
i want to be able to put a textfield in the column header to take the new name of the column header
rana badr osman: i want to be able to put a textfield in the column header to take the new name of the column header
This is not possible. Sorry.
Joonas Lehtinen:
rana badr osman: i want to be able to put a textfield in the column header to take the new name of the column header
This is not possible. Sorry.
Well not per se, but you could hack it together using AbsoluteLayout and fixed pixel dimensions and positions.