initComplete
Editor initialisation complete event.
Please note - this property requires the Editor extension for DataTables.
Deprecated!
As of v1.3 this feature has been deprecated. This feature has not yet been scheduled for removal, but its use is discouraged and the alternatives discussed below should be used.
This event is now redundant since Editor's initialisation is completely synchronous. Simply execute any code you need to run after the Editor initialisation after the new Editor() call. This event is documented only for legacy purposes only and will be removed in future.
Description
Initialisation of the Editor instance has been completed.
Event naming / backwards compatibility note
Prior to Editor 1.3, events were prefixed with the string on and this event was called onInitComplete. That event name can still be used, and will function exactly the same way as the event documented here. The new name is used for simplicity and coherence with the event naming conventions in DataTables.
Type
function( e )
Parameters:
| Name | Type | Optional | |
|---|---|---|---|
| 1 | e | No | |
Event object | |||