Where is the filtered collection after filtered value in smart table.
the table is bound with rowCollection
.
<table st-safe-src="rowCollection" st-table="displayed" class="table table-bordered">
and i have used a search filter:
<input type="text" id="regionFilter" st-search="region" />
after the result are filtered i still see all records in rowCollection