Closed AskYous closed 4 years ago
This package is great. I don't want to re-invent the wheel. But the 5 page limit is really disappointing. Can we increase/decrease it?
VisiblePages is now a parameter, eg.
<BlazorPager CurrentPage="@_data.CurrentPage" PageCount="@_data.PageCount" OnPageChanged="(async e => { _page = e; await FetchData();})" VisiblePages="10" />
This package is great. I don't want to re-invent the wheel. But the 5 page limit is really disappointing. Can we increase/decrease it?