Sending data back to the front-end
Sending data back to the front-end
modernclix
Posts: 10Questions: 0Answers: 0
I would like to know how to send data back to the front end and how to access it.
I suppose that the first part would be something like this:
[code]
...
$output['aaData'] = $aaData;
$output['csvData'] = $csvData;
...
[/code]
But then how can I read that data with javascript?, I thought it was a trivial thing to do but couldn't figure it out yet. Any help will be appreciated.
I suppose that the first part would be something like this:
[code]
...
$output['aaData'] = $aaData;
$output['csvData'] = $csvData;
...
[/code]
But then how can I read that data with javascript?, I thought it was a trivial thing to do but couldn't figure it out yet. Any help will be appreciated.
This discussion has been closed.
Replies
Allan
I suppose it could be done using aoData right?
Allan