一直在与 ng-smart-table 斗争,试图找到一种优雅的方法来删除列过滤器占位符而不覆盖 javascript。我知道我可以修改 node_modules 该目录中的模块,但我需要在组件中修改它。有任何想法吗?
这是我的列设置。我试图修改单元格,但似乎没有任何内容可以覆盖显示列名称的占位符。
public settings: any = {
actions: false,
noDataMessage: 'Loading... please wait!',
filtering: {filterString: ''},
className: ['table-striped', 'table-bordered'],
columns: {
customerName: {
title: 'Account',
class: 'topHeading',
},
}