onAddRows Event
Arguments
- dataObject Array
An array of rows that were added.
- infoobject
An object that contains information about the event. The object can have the following properties:
- typestring
Indicates the event type. The event can be 'append' or 'insert'.
- indexnumber
If info.type is an 'insert', then info.index contains the index at which the data was inserted.
Description
Fires after the .addRows() method is called.
See Also