【发布时间】:2015-03-22 12:48:28
【问题描述】:
智能表中过滤值后的过滤集合在哪里。
该表与rowCollection 绑定。
<table st-safe-src="rowCollection" st-table="displayed" class="table table-bordered">
我使用了搜索过滤器:
<input type="text" id="regionFilter" st-search="region" />
过滤结果后,我仍然可以看到rowCollection中的所有记录
【问题讨论】:
-
在您的转发器中您使用的是显示的还是 rowCollection ?
-
我正在使用显示。
标签: angularjs smart-table