MatBlazor icon indicating copy to clipboard operation
MatBlazor copied to clipboard

MatPaginator -> [Parameter] PageIndex

Open tgtn opened this issue 2 years ago • 0 comments

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.

tgtn avatar Dec 21 '23 10:12 tgtn