pub fn cell_ui<R>(
cells: &mut TableCells<'_>,
content: impl FnOnce(&mut Ui) -> R,
) -> RExpand description
Add a custom cell with custom content
pub fn cell_ui<R>(
cells: &mut TableCells<'_>,
content: impl FnOnce(&mut Ui) -> R,
) -> RAdd a custom cell with custom content