Styling the table
The column type
property works as a classname for both headers and cells.
This means that you can style the columns using CSS that looks like this.
A similar property works for the rows (if you switch to verbose syntax). You will of course need to defined these classnames somewhere in your CSS file.
Finally, the individual table cells can be styled with the
type
property. Again, you will have to switch to verbose syntax in order to
declare this property.