Server side datatables, adding rows with jEditable, show the row in the table
Server side datatables, adding rows with jEditable, show the row in the table
Hi there,
i'm using datatables on a small project.
Here is an issue i'm dealing with.
The datatables uses server-side processing, and so far it works fine - also with jEditable.
The thing is, when i'm adding a new row, it won't show up in the table. Only if i search manually for the entry after the adding.
What i want:
I add a new row with jEditable, and on the callback i search for the entry.
Is this possible?
Some code (don't know if it is necessary):
http://nopaste.dk/p42408
Thank you!
Cheers,
Chris
i'm using datatables on a small project.
Here is an issue i'm dealing with.
The datatables uses server-side processing, and so far it works fine - also with jEditable.
The thing is, when i'm adding a new row, it won't show up in the table. Only if i search manually for the entry after the adding.
What i want:
I add a new row with jEditable, and on the callback i search for the entry.
Is this possible?
Some code (don't know if it is necessary):
http://nopaste.dk/p42408
Thank you!
Cheers,
Chris
This discussion has been closed.