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.
Icon in tableheader with link behind it
Hey Guys,
any of you ever tried something like this?
Basically I want an icon in the header of my table (easy peasy: table.setColumnIcon(columnPropertyId, icon); )
However, I want it set up so that clicking on this icon invokes opening a new page to another website.
Is this doable without using the headerclickevent?
regards,
Pieter
If the table column sizes are fixed, you can fake it by using fake headers
I can't think of any other way around.
Mathias Clerc: If the table column sizes are fixed, you can fake it by using fake headers
I can't think of any other way around.
Hello Mathias,
thanks for your reply!
Unfortunately the column sizes aren't fixed :(
Furthermore, I'm getting the feeling that this won't even be possible when using the HeaderClickEvent...
Again, any suggestions?