You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: