问题描述
我无法显示来自自定义操作的图标。 图标向上移动,我不明白为什么。 我无法找到导致这种情况的属性..
使用的模板:ngx-admin with Nebular
工作示例:https://stackblitz.com/edit/example-ng2-smart-table-i2w9jj?file=src%2Fapp%2Fapp.component.ts
显示我的问题: https://prnt.sc/wjt7eo
开发工具: https://prnt.sc/wjt89j
我的设置:
data: any;
settings = {
editable: false,noDataMessage: 'empty',actions: {
add: false,edit: false,delete: false,columnTitle: "Actions",custom: [{ name: 'ourCustomAction',title: '<i class="ion-edit" title="YourAction"' }],position: 'right',},columns: {
id: {
title: 'ID',type: 'number',name: {
title: 'Nom',type: 'string',sortDirection: 'asc'
},};
感谢您的帮助!
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)