Once you've added data to your table, you may wish to enhance your table with additional header formatting.
Once you've added data to your table, you may wish to enhance your table with additional header formatting.
Under the Advanced tab, you can define column or row headers.
A table without any header formatting:
| Row One | Data | Data |
| Row Two | more data | more data |
| Row Three | more data | more data |
The same table with its first row of data as headers:
| Row One | Data | Data |
|---|---|---|
| Row Two | more data | more data |
| Row Three | more data | more data |
The same table with its first column of data as headers:
| Row One | Data | Data |
|---|---|---|
| Row Two | more data | more data |
| Row Three | more data | more data |