Skip to main content

get_sorted_cells

Function get_sorted_cells 

Source
pub fn get_sorted_cells(
    db_context: &DbContext,
    table_id: &EntityId,
) -> Result<Vec<TableCellDto>>
Expand description

Get all cells for a table, sorted by row then column.