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
and the error I get in the console is TypeError: b is undefined, which is coming from swapNodes function, which is being called in the _bubbleCols function, line 145.
Prior to adding the restoreState option, the table was working fine. I can comment out the restoreState item and the dragging works, using a handle and sending ajax data.
Any thoughts on what is happening here?
The text was updated successfully, but these errors were encountered:
Hi,
I have managed to use the ajax function to save a state to my database.
Now I am trying to re-load it and I am getting an error. This is what the page mark up looks like:
restoreState: {"general_ledger_trans_vw_id":"2","gl_account":"1","CC_Desc":"4","AC_Desc":"3","PJ_Desc":"5","journal_header_id":"6"}
});
and the error I get in the console is TypeError: b is undefined, which is coming from swapNodes function, which is being called in the _bubbleCols function, line 145.
Prior to adding the restoreState option, the table was working fine. I can comment out the restoreState item and the dragging works, using a handle and sending ajax data.
Any thoughts on what is happening here?
The text was updated successfully, but these errors were encountered: