使用 buttons 按钮组实现,定义 visible
需要自定义operate列的buttons属性来还原按钮样式和功能。
再通过visible属性来控制该按钮的显示
原写法:
{ field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
请注意:以下button的内容,来自于 public/assets/js/require-table.js 文件内的 Table > button 对象
修改为:
{ field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, buttons: [ { name: 'edit', icon: 'fa fa-pencil', title: __('Edit'), extend: 'data-toggle="tooltip"', classname: 'btn btn-xs btn-success btn-editone', visible: function (row) { return row.type === 1; } }, { name: 'del', icon: 'fa fa-trash', title: __('Del'), extend: 'data-toggle="tooltip"', classname: 'btn btn-xs btn-danger btn-delone', visible: function (row) { return row.type === 1; } } ], formatter: Table.api.formatter.operate}
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, Fastadmin, ClassCMS, LeCMS, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。