dbTable
Unique table identifier string sent to the server. Deprecated - use ajax.data
.
Please note - this property requires the Editor extension for DataTables.
The full Editor reference documentation is available to registered users of Editor - the information shown below is a summary only. If you already have an Editor license please sign-in, alternatively an Editor license can be purchased on this site, or sign up for the free trial.
Description
This option provides a value that is passed directly to the server upon submission of the form (submit()
). The submitted value is sent as a parameter of the same name (i.e. dbTable
). If no value is provided, this parameter is not sent in the submitted data.
The value given is intended to give the server-side script extra information, specifically the name of the table being operated on. This means that a single Ajax script could control multiple tables, switching between each table as required by checking for this variable.