col_count

Function col_count 

Source
pub fn col_count(child: impl IntoUiNode, count: impl IntoVar<usize>) -> UiNode
Expand description

P Sets the total number of columns in a Table, Grid, or TreeGrid when not all columns are present in tree.

The value 0 indicates that not all columns are in the widget and the application cannot determinate the exact number.