I have a data table which having 100+ records. I need to display 10 records first and along with "load more" link. If we click load more another 10 records need to display which means 1 to 20 records and so on.
And filter need to work with in all 100 records even it displays 10 records at first time.
Don't want to use default pagenator in mat datatable. Only load more link is enough.
Is there any solution for this ? and is it possible to customise mat pagenator ?