Hi,
I'm working on the implementation of DataTable (1.10.3) with server-side processing.
According to the manual (http://datatables.net/manual/server-side), sent parameters are such as:
- draw
- start
- length
- …
But i keep getting the parameters in hungarian notation:
- sEcho
- iDisplayStart
- iDisplayLength
- …
I tried to find a way to force the camelCase format but no luck.
How is this supposed to be configured?
James