1
Answer

How to Populate DataTable from Nested Object

Rameez Javed

Rameez Javed

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


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