Angular JS Smart Table Filtered collection
问题 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 回答1: You can create a directive to access the get the filtered Collection. For example: HTML: <table st-table="displayedCollection" st