Answer the question
In order to leave comments, you need to log in
How to do a real time search?
There is a structure like this:
<div class="people-table-header clearfix">
<div class="input-group people-filter">
<span class="input-group-addon search">
</span>
<input class="form-control people-filter-input" placeholder="Click to search by name and etc" type="text">
</div>
</div>
<div class="people-table-inner">
<div>
....
</div>
<table>
{{#each persons}}
<tr>
...
</tr>
{{/each}}
</table>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question