You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: