Closed GoogleCodeExporter closed 9 years ago
is the ID of the added row available in fnOnAdding or fnOnAdded???
Original comment by ras...@gmail.com
on 2 Feb 2012 at 7:23
I had a similar need. I solved it by overriding fnOnNewRowPosted, and having
my function receive a json object; as I need more control over success/fail,
etc. You can override the fndOnNewRowPosted, get the id sent back from PHP and
then you can set your cookie or whatever in that method.
Original comment by ven.re...@gmail.com
on 4 Feb 2012 at 5:50
Hi,
ven.reddy is right, you can see this function in heading of the editable plugin
file:
* @fnOnNewRowPosted Function function(data)
Function that can override default function that is called when server-side
sAddURL returns result. You can use this function to add different behaviour
when server-side page returns result
I will close this issue.
Thanks,
Jovan
Original comment by joc...@gmail.com
on 9 Feb 2012 at 8:59
Original issue reported on code.google.com by
vogelja...@aol.com
on 18 Jan 2012 at 6:38