我无法在actions
选项卡上显示自定义图标ng2-smart-table
。我已经安装了Eva
图标Akevo Team
,我想使用它们。我已更改编辑按钮以显示一些自定义图标,但问题是什么都没有出现。在删除的左侧,必须出现一个画笔图标。
这是有问题的图像:
这是代码:
settings = {
edit: {
editButtonContent: '<nb-icon icon="brush"></nb-icon>',
saveButtonContent: '<nb-icon icon="checkmark"></nb-icon>',
cancelButtonContent: '<nb-icon icon="close-circle"></nb-icon>'
},
columns: {
device: {
title: 'Device',
sortDirection: 'asc'
},
type: {
title: 'Type',
sort: false,
filter: false
},
serialNumber: {
title: 'Serial Number'
},
status: {
title: 'Status'
}
}
};