DataTables 1.9 mData to use multiple data from a json object

DataTables 1.9 mData to use multiple data from a json object

LeovicLeovic Posts: 1Questions: 1Answers: 0

Hi guys, I'm new to this.. I have columns which needs to use multiple data from one json object. How do I do that in mData?
Ex. if my json object is {"firstName": "John", "lastName", "Marck", "age":"19", "state": "NY"} and I want to use firstName and lastName at the same time.. i mean in one mData. Thanks guys.

This discussion has been closed.