Ajax Object Merge
Ajax Object Merge
CodeSkilLs
Posts: 1Questions: 1Answers: 0
Hello,
I in example of ajax Objects mapping used like { "data": "name" } to use data[x].name to get value, how can I add more?
for ex. I need to have Name + Surname and it is returned like object user.name + user.surname.
So I need to have both like: { "data": "name surname" } (get data.name + ' ' + data.surname)
Thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
There is further information and examples in the documentation:
columns.render
.Allan