I'm not 100% certain that it should mention this - the reason I think that is that if you are using the callback function, you need to know how at least some of the internals of how DataTables works, what parameters there are etc, and for this you need to check the code. Also, encodeURIComponent isn't required for all fields, and certainly not any custom ones you might define. Interesting one...
a) for jsonencoded-data it's a must (because of the semicolon). safari doesn't like it without
b) when there is no fnCookieCallback DataTables does call encodeURIComponent
Replies
Allan
b) when there is no fnCookieCallback DataTables does call encodeURIComponent
Regards,
Allan