Cells¶
Base class: Traversable
Internal class used in row rendering.
You can access the current row via .row and the current row index via .row_index.
Refinable members¶
attrs (evaluated)¶
Type: Attrs
See attributes
cell_class¶
Type: Type[Cell]
extra¶
Type: Dict[str, Any]
See extra
extra_evaluated¶
Type: Dict[str, Any]
See extra
extra_params¶
See extra_params
iommi_style¶
Type: str
See iommi_style
layout (evaluated)¶
Type: Optional[Panel]
tag (evaluated)¶
Type: str
See tag
template (evaluated)¶
Type: Union[str, Template]
See template