Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Server-side processing, sent parameters in hungarian notation instead of camelCase

$
0
0

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


Viewing all articles
Browse latest Browse all 2364

Trending Articles