formatter: function (value, row, index) {
var that = $.extend({}, this);
$(table).data({"operate-edit":null});
that.table = table; 
return Table.api.formatter.operate.call(that, value, row, index);

 

相关文章: