| 100 | | * '''CSS width of column''' - This entry is applied to inside the {{{tableColumn.style.width}}} |
| | 100 | * '''CSS width of column''' - This entry is applied to inside the {{{tableColumn.style.width}}} CSS property of each column. By default, the value "auto" is used, which means that all columns are equally spaced. I would like to recommend that: |
| | 101 | * The exact width be defined for all columns, but one. That is, leaving one column (who's entries are the lonest) as auto will give the best consistent look of the table as its data changes. |
| | 102 | * Use "em" units for to define column widths. "em" are about the size of 1 text line height at present zoom level, and scale better than inches of pixels. Example "10em". |