remove

Since: Editor 1.0

Row removal event - triggered immediately after the rows have been removed.
Please note - this property requires the Editor extension for DataTables.

Description

Row removed event, fired when a row has been removed in the DataTable by a form submission. This is called just after the rows().remove() call that Editor makes to the DataTable.

Event naming / backwards compatibility note

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

Parameters: