ajax.submitAs
Set the data parameter submission format.
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
When making an Ajax request, there are times which you might wish to submit the data to the server as a JSON string. This is particularly useful in .NET which can easily parse the JSON for you, or in cases with values such as null
are important. This option provides that ability.
This option matches the ajax.submitAs
option in DataTables core, providing the same functionality, just in this case for the Editor Ajax interaction.
Please note that the provided PHP, .NET and Node.js server-side libraries for Editor do not expect this option to be set - they use the default http
parameter method.