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.
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.