Matt
Matt
I too am interested in this. I need to add misc data to a row so I added a column of type object to handle it, but apparently this library...
A work around for now is to make your column type array then you can make the first index an object and it works fine. $parse->something = array('{test:2}'); It's what...
Any update on this? When using useJson() for requests for me its still returning XML? If I have to change the header how do I do that in the api?
Oh k, Do you have an example on how to add data to both tables using DataEdit? The tables i'm referring to do have a relationship.
Hey. Thanks for the answer. After messing around for a bit using 1x1 seems like it should have worked but it was a little messy looking. I don't know if...