add generic table
This commit is contained in:
@@ -88,4 +88,9 @@ export class GenericTable<T> implements OnInit {
|
||||
this.config.page$.next(1);
|
||||
this.config.filter$.next(searchTerm);
|
||||
}
|
||||
|
||||
protected onPageSizeChange(value: any) {
|
||||
this.config.page$.next(1);
|
||||
this.config.limit$.next(+value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user