Hi, I searched a lot but with no luck. My json response has the iTotalRecords field in another key name(totalCount). Is there a way to specify that the values of iTotalRecords exist in different fields?
Not directly no (other than by changing the source - which you can of course do since it is open source!).
In DataTables 1.10 you can use `ajax.dataSrc` as a function to manipulate the data returned from the server if you want to, converting your parameters to the ones required by DataTables.
Replies
In DataTables 1.10 you can use `ajax.dataSrc` as a function to manipulate the data returned from the server if you want to, converting your parameters to the ones required by DataTables.
Allan