(tableId: Id)
| 1474 | mapToObj2(mapGet(tablesMap, id(tableId)), decodeIfJson); |
| 1475 | |
| 1476 | const getTableCellIds = (tableId: Id): Ids => |
| 1477 | mapKeys(mapGet(tableCellIds, id(tableId))); |
| 1478 | |
| 1479 | const getRowCount = (tableId: Id): number => |
| 1480 | collSize(mapGet(tablesMap, id(tableId))); |