Kim Vinberg
Kim Vinberg
Possible solution? https://jsfiddle.net/rymLt47u/2/
> The way I've done it is not to save a token in the script at all. Instead, I have a field on an options page where you can save...
You have to check your browser and see what is it trying to send. If you are using Chrome. Check Network tab
> I'm facing the same issue: i cannot find the "Form Data" values in the "headers" section. I'm looking at the DevTools (F12) Chrome's window and I can find only...
Note: If you are using hiudden cells. Make sure they do not update their value when clicking an editable field and then clicking away. Had this issue myself. If you...
What i would do is, adding a hidden class to the confirm button ( in the buttons config part) and then edit the delete function to mimic the confirm. Try...
Hi. I have this using around 70 row, load times are < 1 second. I did have huge load times at first, but it was my DB query that was...