fastadmin怎麼消除列表上的修改和刪除按鈕

{field: 'operate', title: __('Operate'), table: table,events: Table.api.events.operate, formatter: function (value, row, index) {


var that = $.extend({}, this);


var table = $(that.table).clone(true);


// $(table).data("operate-edit", null);


$(table).data("operate-del", null);


that.table = table;


return Table.api.formatter.operate.call(that, value, row, index);
}}

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章