Heading¶
- class bootlace.table.Heading(text: str, icon: str | T = None)[source]¶
Bases:
objectA heading for a table column.
Attributes Summary
The icon for the heading, in place of the text
The text of the heading
Methods Summary
__tag__()Attributes Documentation
- text: str¶
The text of the heading
Methods Documentation