pub fn table_with_icons_sizing<'ui, N>(
    ui: &Ui<'ui>,
    label: impl AsRef<str>,
    columns: &[TableIconColumn<'_, '_, N>],
    flags: TableFlags,
    show_icons: bool,
    outer_size: [f32; 2],
    inner_size: f32
) -> Option<TableToken<'ui>>
where N: AsRef<str>,
Expand description

Renders a table with (optional) icon headers and sizing parameters.