Emitted after the current page is changed.
Emitted before paging is performed.
Emitted after paging is performed.
Emitted when perPage
property value of the paginator is changed.
Total pages calculated from totalRecords and perPage
Returns if the current page is the first page.
const lastPage = this.paginator.isFirstPage;
Returns if the current page is the last page.
const lastPage = this.paginator.isLastPage;
Sets custom OverlaySettings.
<igx-paginator [overlaySettings] = "customOverlaySettings"></igx-paginator>
An accessor that returns the resource strings.
An accessor that sets the resource strings. By default it uses EN resources.
Paginator component description
Igx Parent
IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *