Closed GoogleCodeExporter closed 9 years ago
See
http://jquery-datatables-editable.googlecode.com/svn/trunk/inline-edit-parameter
s.html.
Original comment by joc...@gmail.com
on 22 Sep 2011 at 10:37
I didn't see it in the version downloaded from the twiki site (1.3?). Besides,
oUpdateParameters, what's the equivalent for add? oAddParameters?
Thanks
Original comment by yfn...@gmail.com
on 23 Sep 2011 at 1:27
OK, I saw oUpateParameters in the latest
Can you add similar parameters for Add? e.g. 0AddParameters ?
Thanks
Original comment by yfn...@gmail.com
on 23 Sep 2011 at 2:40
No. If you need additional parameters for add request, you can put extra hidden
fieds in the popup form and they will be posted to the server.
Jovan
Original comment by joc...@gmail.com
on 23 Sep 2011 at 5:43
OK, that'll work. I saw some funny effects though with the latest trunk. I'll
open up separate issues for them.
Original comment by yfn...@gmail.com
on 23 Sep 2011 at 8:07
I followed your suggestions for oUpateParameters and it worked except that the
update
is not immediately reflected in the table (it did update the sql OK). I tried
fnOnEdited: function(status)
{
myTable.fnDraw();
},
(also tried with fnOnEditing)
but it didn't work. How do I force a redraw of the newly edited table? This
situation is needed because I have opened 2 tabs with similar code but
different GET eg.
tab1: dotable.php?play
tab2: dotable.php?work
Sequence: do something in work. Switch to play.
Do inline edits in play, the new edits are not automatically refreshed in play
(they show work's table instead).
Thanks
Original comment by yfn...@gmail.com
on 23 Sep 2011 at 8:23
Hi,
Do you have any erro in the console or erro in the ajax call (NET panel of
firebug). JEditable plugin normally updates the cell if there are not errors so
I do not have control over this. However it worked fine in my example.
Jovan
Original comment by joc...@gmail.com
on 24 Sep 2011 at 9:46
Hi,
I will close this issue because first problem with additional params is fixed.
Regarding the issue with server not updated could you add a comment and some
example in the issue 41. Tere is a similar problem reported earlier but I cold
not reproduce it. It would be helpfull if yo could put yor example online so I
can try it.
Thanks,
Jovan
Original comment by joc...@gmail.com
on 25 Sep 2011 at 6:18
Regarding the issue with server not updated, I think it's resolved (didn't see
it later) with the gets instead of getting the table via session cookie.
Thanks,
Francis
Original comment by yfn...@gmail.com
on 29 Sep 2011 at 9:01
Original issue reported on code.google.com by
yfn...@gmail.com
on 22 Sep 2011 at 4:01