data is not populating in datatable
data is not populating in datatable
![anuradhakj](https://secure.gravatar.com/avatar/34e676d806632554bd4aa4c4edcf98ec/?default=https%3A%2F%2Fvanillicon.com%2F34e676d806632554bd4aa4c4edcf98ec_200.png&rating=g&size=120)
I have already asked this question. I am desperately expecting the answer.
- I have a search form
- click search button . make an ajax call to webservice with json input parameters and get the json response
- 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.