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 | Style | None
See iommi_style
layout (evaluated)¶
Type: Panel | None
tag (evaluated)¶
Type: str
See tag
template (evaluated)¶
Type: str | Template
See template