Hello,
I am using serverside processing and some custom vars. The url includes
mDataProp query string parameters for all of my columns (around 15) and they appear before the custom vars. Is there a way to turn off
mDataProp appearing in my query string?
Thanks
Umapathy
Replies
Allan
Many Thanks
Umapathy
*edit* Sorry - I see that it is sending 'function' for you. So what you are advocating is adding another type to what mDataProp should be handling and using the result from the function as the value? Why wouldn't you just use sName ? Part of the problem is that there is a degree of overlap between sName and mDataProp in that they can both (generally) be used to uniquely identify a column (not true when mDataProp is used as a function). I plan to make more and better use of sName in future versions of DataTables.
Allan
I am also using server side processing, but my case is little bit different, I want to send mDataProp as part of reply from the server.
Thanks
Franklin