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 IntoViewExpand description
Back-compat alias for call sites that still invoke the cell renderer as a function.