I have a working SSP columns result, What I want to do is to send the result from a column to a php function and then render this new result to my datatable. But it comes up empty. How do I go about this.
See below for my columndef code
{
render: function (data, type, row, meta) {
return ("<?php echo fill_run($connect,row[2]); ?>"
);
},
"targets": 11,
},