In my application, I have the following <p:dataTable> :

The second column heading costs too many spaces. Therefore, I would like to put the discord between Number of and Sessions , as well as vertically align the table headers. I tried to reduce the width of the column, but it did not automatically break the line.
Also, since the header name is extracted from the l10n.properties file, I also tried to set it as Number of /n Sessions , but /n was printed as a regular line.
UPDATE: I also tried setting the property as Number of <br/> Sessions . However, in the generated HTML code, <br/> disappeared, and the table looks exactly the same as above.
I would be very grateful if you could give me advice.
Respectfully,
source share