Column Styling#
Where column dicts are used (grid frames and table frames), column specific styles may be specified.
Both base styles and HTML styles may be set using column dict styles. HTML styles are passed as an additional dict with the key html_styles.
Base column dict styles options are: width, padding, divider, text_style, text_align, text_color and background.
HTML column dict styles are: padding, divider_style, divider_weight, divider_color, text_style, text_align, text_color and background.