Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination and order of rows malfunction after edit on TJDB first row in Table component #9473

Open
GrowwithNaveen opened this issue Apr 24, 2024 · 0 comments · Fixed by #9651

Comments

@GrowwithNaveen
Copy link
Collaborator

Description:
This issue reports unexpected behavior in the table component's pagination after editing the data in the first row of the TJDB. When the edited data is consumed by the table component, it displays the last page as the first page, and subsequent pagination attempts malfunction.

Steps to Reproduce:

  1. User opens the table component displaying data from the TJDB.
  2. User edits the data in the first row in TJDB.
  3. Run the query again for table component to consume the updated data from the TJDB.
  4. The table displays data from the last page as if it were the first page.
  5. Clicking "Next" or other pagination buttons might not work as expected.

Attaching a detailed video grab for reference,

table.test._.ToolJet.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants