preRemove
Since: Editor 1.0
Pre-row remove event - triggered before the selected rows are removed.
Please note - this property requires the Editor extension for DataTables.
Description
Pre-remove row event, fired just before Editor calls the DataTables rows().remove() method to delete the rows from the table.
Event naming / backwards compatibility note
Prior to Editor 1.3, events were prefixed with the string on and this event was called onPreRemove. 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.