@{
ViewBag.Title = "Index";
}
Index
$(document).ready(function () {
$('#example').dataTable()
.makeEditable({
sUpdateURL: function (value, settings) {
alert(value);
}
});
});
| Col Head 1 | Col Head 2 | Col Head 3 | Col Head 4 |
|---|---|---|---|
| 1 | Subramani | 123 | |
| 2 | Nesamani | 123 | 2014-01-24 09:51:30 |
| 3 | Selvaraj | 123 | 2014-02-01 03:46:01 |
| 4 | Muruga | 123 | 2014-01-28 03:42:19 |
This one is shouldn't be work .
Replies
Know the answer? Post it — somebody with the same question will find it here.