Server-Side return additional variable and print it on page

Server-Side return additional variable and print it on page

kunlunkunlun Posts: 5Questions: 2Answers: 0

My Server-side return this json:

{
"draw": 1,
"recordsTotal": 0,
"recordsFiltered": 0,
"data": [...],
"myVariable": 0
}

How can I get myVariable in json and print it on my page?

This question has accepted answers - jump to:

Answers

This discussion has been closed.