row_count

Function row_count 

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

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

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