Hi KoolReport,
How to give each th a class, so as to enable me to set a fixed column width? I will use it with the table-layout: fixed so that all tables width are aligned.
So far, with table-layout: fixed; and white-space: nowrap; , all columns widths are equal. However, some texts in some columns overflow to the next columns. Hence, I want to set the width so that the texts fits each column, not overflow. And I also want each row to be one line only (used white-space property).
Appreciate your help.
Thanks a lot.