cells

Function cells 

Source
pub fn cells(wgt: &mut WidgetBuilding, cells: impl IntoUiNode)
Expand description

B Cell widget items.

Cells can select their own column, row, column-span and row-span using the properties in the Cell! widget. Note that you don’t need to use that widget, only the cell properties.

If the column or row index is set to usize::MAX the widget is positioned using the logical index i, the column i % columns and the row i / columns.

§Mixin Property

This property is a mixin, it modifies the widget builder during build, it does not produce a standalone UI node.