Skip to main content

set_data_grid_cell

Function set_data_grid_cell 

Source
pub fn set_data_grid_cell(
    world: &mut World,
    grid: Entity,
    row: usize,
    column: usize,
    text: &str,
)
Expand description

Sets the text of a single data grid cell.