...import {SortState} from'@valtimo/config';...exportclassSampleComponent{...publiconPaginationClicked(currentPage:number):void {// Code to process pagination change }publiconPaginationSet(collectionSize:number):void {// Code to process pagination change }publiconSortChanged(newSortState:SortState):void {// Code to process sort change }...}
This will create a list with pagination and sorting: