Angular datatable and JSON structure issue
The solution to this issue was to add the following:
.fromFnPromise(function() {
return dataservice.get('table001');
})
Not sure why calling getAllData()
didn't work. So finally I got this thing resolved. Thanks.