How do you implement a search like this without using the data table?
How do you implement a search like this without using the data table?
devloper7
Posts: 1Questions: 1Answers: 0
So angular has a built in filter, however how are you able to type part of a word hit space and then filter other columns?
This discussion has been closed.
Answers
This is the function that DataTables uses to implement its search. You could use a method something like that.
Allan