Skip to content

Fix pagination bug in query compare dialog#657

Open
arthurschreiber wants to merge 1 commit intomainfrom
arthur/fix-query-links-when-paginating
Open

Fix pagination bug in query compare dialog#657
arthurschreiber wants to merge 1 commit intomainfrom
arthur/fix-query-links-when-paginating

Conversation

@arthurschreiber
Copy link
Member

This fixes an issue where clicking on queries on page 2 or higher would display details from page 1 instead of the correct page. The bug occurred because rowIndex (the index within the current page) was being used to index into the full data array, instead of using the row's actual data.

This fixes an issue where clicking on queries on page 2 or higher would  display details from page 1 instead of the correct page. The bug occurred because `rowIndex` (the index within the current page) was being used to index into the full data array, instead of using the row's actual data.

Signed-off-by: Arthur Schreiber <arthur@planetscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants