Input value in the callback of an editable cell
Input value in the callback of an editable cell
Hi people!
i continue working with editable plugin for datatables...
but i have a problem...how can i get the input value of the edited cell? I´m trying with the function(value, settings) that i found in this web: http://www.appelsiini.net/projects/jeditable
But "value" and "settings" are undefined... anybody works with this plugin and can help me please?
[code]
......
.makeEditable(
sUpdateURL: "amenazas.htm?actualizar",
"aoColumns": [
{ callback: function(value, settings){
alert(value); -----> here value is UNDEFINED
}
}
......
[/code]
i continue working with editable plugin for datatables...
but i have a problem...how can i get the input value of the edited cell? I´m trying with the function(value, settings) that i found in this web: http://www.appelsiini.net/projects/jeditable
But "value" and "settings" are undefined... anybody works with this plugin and can help me please?
[code]
......
.makeEditable(
sUpdateURL: "amenazas.htm?actualizar",
"aoColumns": [
{ callback: function(value, settings){
alert(value); -----> here value is UNDEFINED
}
}
......
[/code]
This discussion has been closed.
Replies
if not, what function can we use to execute when a specific column is edited??
You can have a look at this thread http://code.google.com/p/jquery-datatables-editable/issues/detail?id=32,
and you can download the version updated here: http://code.google.com/p/jquery-datatables-editable/source/detail?r=177
Enjoy it ! ;)