Cannot read property 'length' of undefined

Cannot read property 'length' of undefined

istudent_learningistudent_learning Posts: 31Questions: 9Answers: 0

Below is what i get in json. I do not know how to configure d to data
d: "[{"Apple":507,"Orange":6,"Mango":75,"Grapes":638,"City":"SAN ANTONIO","State":"TX"},

Answers

  • ScyzorScyzor Posts: 19Questions: 5Answers: 0
    edited May 2019

    I have the same issue. AJAX digest as "columns": [ { ajax_obj_name : ajax_obj_value }]doesn't work

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    You need to use ajax.dataSrc, specify 'd'. See example here

  • ScyzorScyzor Posts: 19Questions: 5Answers: 0

    Yeah, found it too. Is kind of not clear described.

This discussion has been closed.