Denis Howlett
Denis Howlett
Hi @WeiweiQi If you have duplicate ids, then `getElementById` won't work and your HTML is invalid. Can you add unique ids to your rows? Does it work if you do?
Hi, this is very strange. I can confirm that I can reproduce your error, but I haven't worked out why it's happening yet. I don't think it's a change in...
Here's a work around. You can save the serialised data every time a row is dropped and then fetch it when you click on the button. In your fiddle, just...
Hi @brendon, I can't remember off the top of my head why it's the case. I remember that it was quite tricky to cells that have complex html in them...
No this isn't possible at the moment. You could provide an onDrop method and see if the mouse is out of the boundary and not allow the drop if so....
You're right. I've just had a play and it isn't possible to prevent dropping in `onDrop`. Looking through the code (I'm afraid it's been a while), I think you have...
Hi @bochulindra, Thanks for the fix (yes you're right, I fixed the null exception a couple of weeks ago). I've put your suggested fix into a new branch, and you...
@BranigansLaw we found out what our problem is. AWS AppSync provides a neat feature which allows you to upload images to S3 and then seamlessly get the S3 URI injected...
Hi @BranigansLaw, Sorry for not replying sooner. I'm afraid I can't easily share our repo as the changes are very specific to our use case. What we did though is...
Here's our Storage Engine verbatim. It works, though I wouldn't say it's the most elegant code I've ever written! However, you need to ensure that the data being passed in...