SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 386 forks source link

MatPaginator -> [Parameter] PageIndex #942

Open tgtn opened 9 months ago

tgtn commented 9 months ago

Describe the feature request public class BaseMatPaginator : BaseMatDomComponent, IBaseMatPaginator [...] [Parameter] public int PageIndex { get; set; }

Expected behavior Allow the MatPaginator component to expose the PageIndex attribute so that the full state of the paginator can be setup, or saved and restored.