Skip to main content

cell_ui

Function cell_ui 

Source
pub fn cell_ui<R>(
    cells: &mut TableCells<'_>,
    content: impl FnOnce(&mut Ui) -> R,
) -> R
Expand description

Add a custom cell with custom content