Open bskohli1 opened 7 years ago
Did you figure this one out?
Yeah, In .html file add the following- <mfBootstrapPaginator [rowsOnPageSet]="[5,10,15]" (click)="changeRowsOnPage();">
In .ts file add the following-
/*
Nice and simple - I'll try this. Thanks for getting back
Hi,
When you update the number of rows to show from the bottom filter from 5 to 10. It should update the selected value in the top filter to 10 but it doesn't change. Please see attached screenshot.