By default vaadin table header is UPPERCASE. How can i change it such that first letter of the table column header is uppercase and rest lowercase. Eg : Name
. I am not using alternate colouring of the rows in vaadin table.I would need a border after each row.
How to set row border in table??
A quick Google search turns up several forum threads covering this as well as
enhancement request 6293 that has an example of CSS for changing this. Note that this is specific to the Reindeer theme.
As for your other question, maybe some CSS person could answer it.
Hi John,
Thanks for your css. It seems to be working pretty well.
However, in Chrome, and sometimes in IE11 if I refresh the page (F5) or the table is repainted. I am getting horizontal scroll bars for the table, but it looks like the scroll bar is only there because there was a vertical scroll bar added. It looks like the table is not rendering properly. Any ideas? I have attached a picture. Thanks.