sqladmin
sqladmin copied to clipboard
Fix page number issue when changing page size
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.