I am new to Angular smart-table, I would like to know how to make the default st-search not searching the hidden fields.
I found a jsfiddle and modified it to explain: http://fiddle.jshell.net/6pykn5hu/31/
In the fiddle, if you type '3' in the search field it will return one record even though the id is not displayed in the table itself, how to make the id not searchable?
Thanks