IgxGridComponentのfilteredDataアクセサよりフィルター後のデータコレクションを取得することができます。 |
let filteredData = this.grid1.filteredData;
以下のサンプルでは、filteringDoneイベントで現在の表示行数をグリッドの上に表示します。
結果

リファレンス
- 「IgxGridComponent – filteredData」
IgxGridComponentのfilteredDataアクセサよりフィルター後のデータコレクションを取得することができます。 |
let filteredData = this.grid1.filteredData;
以下のサンプルでは、filteringDoneイベントで現在の表示行数をグリッドの上に表示します。