Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82132

dataTables + jeditable (value not sticking)

$
0
0
I think this is probably more a jeditable issue but I'm hoping someone has come across this already. On the blur event the value is passed to a function versus a server call but the changed value isn't sticking.

sample: http://jsfiddle.net/willtx/FTgs9/4/
jeditable doc: http://www.appelsiini.net/projects/jeditable

$('.editable').editable(function(value, settings) { 
     console.log(this);
     console.log(value);
     console.log(settings);
     return(value);
  }, { 
     type    : 'textarea',
     submit  : 'OK',
 });

Viewing all articles
Browse latest Browse all 82132

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>