data is not populating in datatable

data is not populating in datatable

anuradhakjanuradhakj Posts: 5Questions: 3Answers: 0

I have already asked this question. I am desperately expecting the answer.

  1. I have a search form
  2. click search button . make an ajax call to webservice with json input parameters and get the json response
  3. http://jsfiddle.net/anuradhakj/Kf2QE/ has my code. i m able to alert both input and reponse json
    below is the what is returned json
    {"aaData":"[{"street":"","city":"HOUSTON ","countyCode":"201","countyName":"HARRIS ","stateCode":"TX","stateName":"","zip":"77070","countryName":"","taxAuthShipto":"TX7707000","shipToCityLimit":"0","geoCode":"00","cityIndicator":"0"},{"street":"","city":"HOUSTON ","countyCode":"201","countyName":"HARRIS ","stateCode":"TX","stateName":"","zip":"77070","countryName":"","taxAuthShipto":"TX7707001","shipToCityLimit":"1","geoCode":"01","cityIndicator":"1"},{"street":"","city":"WILLOW PLACE ","countyCode":"201","countyName":"HARRIS ","stateCode":"TX","stateName":"","zip":"77070","countryName":"","taxAuthShipto":"TX7707003","shipToCityLimit":"0","geoCode":"03","cityIndicator":"0"}]}
This discussion has been closed.