jEditable callback

jEditable callback

anthonyhurstanthonyhurst Posts: 1Questions: 0Answers: 0
edited December 2011 in General
Hi all,

I want to firstly say that DataTables are really amazing and I've enjoyed using them thus far.

I have a little bit of a complaint though that I can hopefully fix with a little help:

When I use DataTables with jEditable and I have many pages of data (i.e. I'm on page 4 and I edit a field) after the ajax call completes the DataTable refreshes its data (as it should update the returned value) and, in the process, it sends you back to page one; how annoying if I was cruising through and made a change. Now I've lost my spot! How can I avoid this kind of behavior? I really would prefer not having to store the current page and actively flipping back to it. I'd much rather halt the full refresh and just update the value.

Thanks,
Anthony
This discussion has been closed.