aoData corresponding sent Parameter
aoData corresponding sent Parameter
stackhello
Posts: 4Questions: 2Answers: 0
I am looking for a documentation which tells about the corresponding aoData array for Sent parameters such as draw, start, length etc. But i couldn't manage to find the complete list of it anywhere.
For example, aoData[0].value is coressponding to draw
But what does aoData[1].value to aoData[99].value corresponding to?
Hope someone could help in this.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I would strongly suggest you use the
ajax.data
option, unless you are using a very old legacy version of DataTables.The server-side processing manual describes what all the parameters are.
Allan