Textbox value is not changing

Textbox value is not changing

paryasomayajuluparyasomayajulu Posts: 1Questions: 0Answers: 0
edited June 2013 in DataTables 1.8
I am rendering a textbox in column uisng following code.

But the value is not getting update when i change the value in textbox ie even though i enter a value and if i see in firebug i am still not seeing 12

"mData": "Mon", "bSortable": false,
"mRender": function (data, type, full) {
var retHTML = '';
return retHTML;
}
This discussion has been closed.