Can anybody guide me how to populate jquery DataTable from nested Obj, Actually I have Object with info like below
- Diagnosis: "T07.XXXA"
- OrderID: "2002"
- SpecimenTyp: "Orel"
- TStatistics: {Status: "Active", CollectionDate: "10/3/2019 12:00:00 AM", Notes: "abc"}
- TestCode: "D804120022"
- TestID: "2002"
- TestName: "CBC"

I am having the mData issue, kindly guide with goodness :)
Thanks