0

The answer to my question might be already there. As I am new to the data table and JavaScript I am having an issue showing it on the table.

Here is the JSON response

{ 
  "Number": [ "111000", "111001", "111002", "111004", "111007", "111012", "111015", "111016", "111019" ]
}

How can I show these numbers in the datatable?

I will very much appreciate any help.

Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
Sultan
  • 69
  • 4
  • You can store the entire JSON as a string in data-base but you won't be able to reference any of those numbers till you fetch the result and parse it. In such case loop through your number object and insert each number individually into DB. – BGPHiJACK Sep 28 '22 at 11:15

0 Answers0