ServerSide Processing: Prefix for all Parameters
ServerSide Processing: Prefix for all Parameters
maklemenz
Posts: 1Questions: 0Answers: 0
The Datatable sends parameters like iDisplayStart and iDisplayLength on every ajax-call. Is it possible to give this parameters a prefix like myPrefix.iDisplayStart and myPrefix.iDisplayLength? I did not found this feature, so I tagged it as feature request.
With this prefix some webframeworks (play for example) are able to bind all datatable-parameters to one Object instead of receiving all parameters as single variables. That make datatable-handling on this frameworks more comfortable.
With this prefix some webframeworks (play for example) are able to bind all datatable-parameters to one Object instead of receiving all parameters as single variables. That make datatable-handling on this frameworks more comfortable.
This discussion has been closed.
Replies
I've opened an issue for the v1.10 development: https://github.com/DataTables/DataTables/issues/124
Allan