6

We used a javascript library before on our project. While reading the documentation, it states that you need to put the ajax response on an .addRow() function in json array.

That was what we did, but it keeps on throwing tons of errors. In the end, we visited our senior dev. Turns out, the function needs an array and not a json array.

I stopped reading documentations since then. And our senior dev stopped talking to us. Hahahajk

Comments
Add Comment