I've tried a few setups and have managed to get the table working. It displays my DB info and will update when I edit the cells. However, the onFail() function gets called each time with a parsererror.
SyntaxError: Unexpected token U in JSON at position 0
at JSON.parse ()
at n.parseJSON (jquery.min.js:4)
at uc (jquery.min.js:4)
at x (jquery.min.js:4)
at XMLHttpRequest. (jquery.min.js:4)
I've tried a few setups and have managed to get the table working. It displays my DB info and will update when I edit the cells. However, the onFail() function gets called each time with a parsererror.
SyntaxError: Unexpected token U in JSON at position 0 at JSON.parse ()
at n.parseJSON (jquery.min.js:4)
at uc (jquery.min.js:4)
at x (jquery.min.js:4)
at XMLHttpRequest. (jquery.min.js:4)
Any idea why this is going off? Thanks