Is there a way to ensure that the fixed column width is maintained even with long strings?
I am trying to display a report in a jsp by having headers in one table and content in another table, both with columns set to the same width. However, some of the text in the columns is too long. I am wondering if there is a way to truncate the string so that the columns do not expand beyond their designated width.
Your assistance would be greatly appreciated.