grid-pro.gridprobasedatasource.handlestreaminserts
Home > @genesislcap/grid-pro > GridProBaseDatasource > handleStreamInserts
GridProBaseDatasource.handleStreamInserts() method
Signature:
protected handleStreamInserts(insertedRows: any[], addIndex?: number): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
insertedRows |
any[] | |
|
addIndex |
number |
(Optional) |
Returns:
void