processing

Since: Editor 1.0

Form processing event.
Please note - this property requires the Editor extension for DataTables.

Description

Processing event, fired when Editor submits data to the server for processing. This can be used to provide your own processing indicator if your UI framework already has one.

Event naming / backwards compatibility note

Prior to Editor 1.3, events were prefixed with the string on and this event was called onProcessing. 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, processing )

Parameters: