Skip to main content

data_table_cell_view

Function data_table_cell_view 

Source
pub fn data_table_cell_view(
    state: DataTableTableState,
    row: DataTableRowModel,
    resolved: ResolvedColumn,
    row_id: String,
    col_index: usize,
    colspan: Option<u32>,
    rowspan: Option<u32>,
    extra_style: Option<String>,
) -> impl IntoView
Expand description

Back-compat alias for call sites that still invoke the cell renderer as a function.