Why I am not able to get the individual row?
Hi,
I have a retured row from my database like this:
using:
- }).done(function(data) {
- console.log("data: " + data);
- console.log("data[0].result: " + data[0].result);
- console.log("data.result: " + data.result);
but why my data[0].result or data.result shows undefined? then how can i get the field
result?
Thanks,
Jassim