BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

Can end up on an empty page after reducing number of displayed items

Open maddockj opened this issue 4 years ago • 0 comments

Because PageNumber is zero-based, I believe Table.GetData() should use PageNumber >= TotalPages to check if the current page is filtered out.

https://github.com/IvanJosipovic/BlazorTable/blob/269d58e8ffe78b7e4656c1422bb90a1bf47d6e70/src/BlazorTable/Components/Table.razor.cs#L169

maddockj avatar Dec 17 '20 04:12 maddockj