When trying to use the option "render" and pass a JS to do some operations, it sends the function as a string, therefore it won't excecute.
'render' => 'function(data, type, full, meta){return "hey" }'
It echoes "render":"function(data, type, full, meta){return \"hola\" }"
When trying to use the option "render" and pass a JS to do some operations, it sends the function as a string, therefore it
won'texcecute.'render' => 'function(data, type, full, meta){return "hey" }'It echoes
"render":"function(data, type, full, meta){return \"hola\" }"