我正在使用 igGrid,我想在应用过滤后获取网格的数据源
我找到了这个链接 http://www.infragistics.com/community/forums/t/79677.aspx这很有帮助,但没有回答我的问题。
这是我用来过滤网格的代码
$grid.igGridFiltering("filter", filterExpressions, false);
现在我需要做这样的事情
$('#grid1').igGrid('option','dataSource') //but this gives me the dataSource before filtering!