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.