Column width
The table column widths can be specified with either automatic or fixed table layout. Fixed table layout is used only when table-layout is fixed and -ah-inline-progression-dimension (or width) is a length or a percentage. Otherwise, automatic table layout is used. proportional-column-width() can be used to specify relative column widths. The ability to use proportional-column-width() with automatic table layout is an Antenna House Formatter extension.

Automatic table layout

<table style = "-ah-inline-progression-dimension: auto; table-layout: auto;">
Column Widths are not specified
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE
The first two columns specify width: 35mm;, and the other columns specify width: 50mm;.
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE
<table style = "-ah-inline-progression-dimension: 150mm; table-layout: auto;">
Column Widths are not specified
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE
The first two columns specify width: 35mm;, and the other columns specify width: 50mm;.
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE
The width of the first column is not specified, the second column specifies: width: 35mm;, and the other columns specify width: 50mm;.
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE

Fixed table layout

<table style = "-ah-inline-progression-dimension: auto; table-layout: fixed;">
Column Widths are not specified
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE
<table style = "-ah-inline-progression-dimension: 150mm; table-layout: fixed;">
Column widths are not specified.
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE
<table style = "-ah-inline-progression-dimension: 150mm; table-layout: fixed;">
The column widths are 30mm, 30mm, 20mm, 70mm
Item 1 Item 2 Amount Content
Unit: billion yen
Product A
Product B
Model number 680 ABC-DE