sqladmin icon indicating copy to clipboard operation
sqladmin copied to clipboard

Fix page number issue when changing page size

Open numberbee7070 opened this issue 8 months ago • 0 comments

fixes #781

New page is calculated as ((currentPage - 1) * pageSize // newPageSize) + 1 such that user will be taken to new page which has the first entry of currentPage visible.

numberbee7070 avatar Jun 15 '24 08:06 numberbee7070