MatBlazor
MatBlazor copied to clipboard
MatPaginator -> [Parameter] PageIndex
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.