AngularJS smart-table search within multiple columns
Smart-table has a built in functionality to search through all columns (st-search) or through one desired column (st-search="'firstName'). Is it possible to do a search within several columns (not all)? Example: if I have table like this: name, nickname, address with such data: John, JJ, Some address Steve, John, also address Jane, Jane, John-village and do a search for 'John' only first two columns should be as result. Is it possible? floatingpurr I have a similar problem and I solved using the hints in this post . Smart Table doc says: The stSetFilter replaces the filter used when searching