Been fighting with ng-smart-table trying to find an elegant way to remove the Column Filter placeholder without overriding the javascript. I know i can modify node_modules the module within that directory but i need to modify this inside the component. Any ideas?
Here are my column settings. I've tried to modify the cell but nothing seems to override the placeholder which displays the name of the column.
public settings: any = {
actions: false,
noDataMessage: 'Loading... please wait!',
filtering: {filterString: ''},
className: ['table-striped', 'table-bordered'],
columns: {
customerName: {
title: 'Account',
class: 'topHeading',
},
}