Properties
actions
computedActions
data
data: unknown[] | Observable<unknown> = []
defaultPage
defaultPage: number = 1
Private destroy$
destroy$: Subject<unknown> = ...
exportCSV
exportCSV: boolean = true
exportExcel
exportExcel: boolean = true
fauxPageJump
fauxPageJump: FormControl = ...
gridApi
gridApi: GridApi
gridReady
gridReady: EventEmitter<GridReadyEvent>
intl
lastEvent
lastEvent: PageEvent = ...
length
length: number = 0
matPaginator
matPaginator: MatPaginator
pageJump
pageJump: FormControl = ...
Private pageSizeSetByUser
pageSizeSetByUser: number
pageSizes
pageSizes: number[] = ...
pagination
pagination: boolean = true
updatingPageJump
updatingPageJump: boolean = false
updatingPaginator
updatingPaginator: boolean = false
If CSV or Excel exports are active, populate the footer actions with the two entries. Merge supplied footer actions as well.