Heading

class bootlace.table.Heading(text: str, icon: str | T = None)[source]

Bases: object

A heading for a table column.

Attributes Summary

icon

The icon for the heading, in place of the text

text

The text of the heading

Methods Summary

__tag__()

Attributes Documentation

icon: Icon | None

The icon for the heading, in place of the text

text: str

The text of the heading

Methods Documentation

__tag__() html_tag[source]