Unable to get result from function while rendering columns using server side processing

Unable to get result from function while rendering columns using server side processing

FashFash Posts: 1Questions: 0Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

         {
              render: function (data, type, row, meta) {
    return ("<?php echo fill_run($connect,row[2]); ?>"
    );
  },
                "targets": 11,
            }, 

Replies

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    You're mixing PHP and JS there - so that's going to be cause problems. Maybe post more code and explain what you're trying to do so we have more context to help you,

    Colin

This discussion has been closed.