Type Editor / @type-editor/tables / utils/get-cells
utils/get-cells
Functions
| Function | Description |
|---|---|
Returns an array of cells in a column at the specified column index. This function locates the table containing the current selection and retrieves all cells that belong to the specified column. The returned cells include their positions and node references for further manipulation. Example typescript | |
Returns an array of cells in a row at the specified row index. This function locates the table containing the current selection and retrieves all cells that belong to the specified row. The returned cells include their positions and node references for further manipulation. Example typescript |