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[iommi.table.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
tag
(evaluated)¶
Type: str
See tag
template
(evaluated)¶
Type: Union[str, iommi._web_compat.Template]
See template