Thanks so much for this awesome module! This is definitely making my customers' experience better (as well as my own)!

It would be awesome if Editable Fields could update fields on-the-fly. I know this is a big request but it is one that is definitely worth asking . Thanks again!

Comments

joachim’s picture

It's possible that the project I am developing this for will require the implementing of a 'save row' button which would work via AJAX.

Per-field updating is not something we're going to be doing though, as it would really break up our users' workflow to get interrupted by an AJAX send for each field.

If you want to work on it yourself though, or can sponsor a development, I'll consider a patch for the feature. Though do bear in mind it would have to be an optional feature.

Anonymous’s picture

Here's a vote for a per-row AJAX save button.

kehan’s picture

There is htp://drupal.org/project/editablefields which has this behaviour if you are interested.

bsarchive’s picture

Any updates on this question? I'm desperately looking for something like this.

I'm going to try it with ASAF (Ajax submit any form) module, which works well, apart from the fact that you have to override the redirect page. (e.g. if you add a node via ajax, Drupal defaults to redirect you to the new node's page.)

kopeboy’s picture

Issue summary: View changes

Can we instead save all the rows together like it is now but with AJAX so we don't have to reload the page??