Looking at the “fnServerCallback” function parameter when initialising a Datatable, is there a way to know or set the “aoData” variable? Where is this variable set? Can I change the “name” attribute inside the array of objects?
I am asking this because knowing how aoData is set might prove useful when trying to pass data to a server.
You can get access to aoData at any time by using fnSettings() (you can check its description here) function. Inside returned settings there is aoData object ready for you.