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?

devloper7devloper7 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?

Answers

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    This is the function that DataTables uses to implement its search. You could use a method something like that.

    Allan

This discussion has been closed.