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.