Cells that belong to the Range.
Columns that belong to the Range.
Rows of the Range.
Create a Range for the given Row and Column Filter callback.
Column filter callback
Row filter callback
Delete given column. If it is an existing column, it is marked as "inactive". If it was an inserted column, it is removed from collection.
Column to be deleted
Delete a Row
Row to be deleted
Get Deleted Cells
Get Deleted Columns.
Get Deleted Rows.
Get a Cell Editor by Row and Column Key.
Row Key, that the cell belongs to.
Column Key, that the cell belongs to.
Get all cells of the Grid.
Get all columns with the editor. Includes existing and inserted columns.
Get Grid
Get Grid ID
Get Grid Info
Gets the Last Transaction ID, refreshed on the Grid
Get all Rows in the Editor. Includes existing and inserted rows.
Gets the array of Transaction IDs of this Grid.
Insert a new column after the given Column
new Column Name
Previous column, after which to insert the new Column
Insert column at end
Column Name
Insert Column at Start
Column Name
Insert a row, after the given Row.
Row name.
Row name, can be null.
Insert a Row at the end.
Row name, can be null.
Insert a Row at the start.
Row name, can be null.
Get Inserted Cells
Get Inserted Columns.
Get Inserted Rows.
Returns whether a Grid Editor has already submitted once successfully.
Gets if the Range Editor is modified.
Returns whether a Grid Editor is 'New' (not yet persisted and without a Grid ID).
Get Modified Cells
Copy a source cell range to a destination.
source cell range
destination row, after which to create a new set or rows
Generated using TypeDoc
Interface defining all operations available on a Grid Editor. use a Grid Editor for manipulating the structure and data of the Grid.