trying to use this with phpmaker
I get the table loaded showing fine but when i has loaded the data it pops up in raw format in a model window.
like this
{“page”:1,”total”:2,”records”:22,”rows”:[{“id”:”1″,”proposalid”:”1664″,”name”:”224″,”type”:
i know it is something do with class i think as works ok when try it own it own page.
and ideas
thanks
2 Answers
Hello,
Most likely there is some white space or newline before you are calling $g->render() function. Reason is JSON is being malformed due to white space character and showing as error.
Your Answer