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.
<th> element in Table header
Hi,
I need to add <th> element to Vaadin Table. I figured out there are 2 tables in HTML structure (header and content) for the "Java" one. I need the <th> element in content part because of accessability standards. I also found this issues https://dev.vaadin.com/ticket/6182#no1 but I have no idea how to add 0px high <th> row to table. Could you help me please?
(I cannot use Grid instead of Table because I already added paging and filtering functionalities to Table and it was too much work to delete it all now.)
Thank you very much :)