ajaxUrl
Url to submit the Ajax form submission to. Deprecated - use ajax
.
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
The URL, or collection of URLs when using a REST interface, which will accept the data for the create, edit and remove functions. The target script / program must accept data in the format defined by Editor and return the expected JSON as required by Editor.
When given as an object, the create
, edit
and remove
properties should be defined, each being the URL to send the data to for that action. When used as an object, the string _id_
will be replaced for the edit and remove actions, allowing a URL to be dynamically created for those actions.