現在のページが変更されたときに発生されます。
ページングが実行さる前に発生されます。
ページングが実行された後に発生されます。
ページネーターの perPage
プロパティ値が変更されたときに発生されます。
totalRecords と perPage から計算された総ページ数。
現在のページが最初のページかどうかを返します。
const lastPage = this.paginator.isFirstPage;
現在のページが最後のページかどうかを返します。
const lastPage = this.paginator.isLastPage;
カスタム OverlaySettings を設定します。
<igx-paginator [overlaySettings] = "customOverlaySettings"></igx-paginator>
リソース文字列を返すアクセサーです。
ページネーター コンポーネントの説明
Igx Parent
IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *