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

[Bug]: The table widget is no longer scrollable #36079

Open
1 task done
clairearondel opened this issue Sep 3, 2024 · 2 comments
Open
1 task done

[Bug]: The table widget is no longer scrollable #36079

clairearondel opened this issue Sep 3, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working Community Reported issues reported by community members Medium Issues that frustrate users due to poor UX Needs More Info Needs additional information Needs Triaging Needs attention from maintainers to triage Production Table Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets

Comments

@clairearondel
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

When I change the number of records, which then becomes greater than the page size, the table becomes scrollable only by adding + 1 data item, but does not display the number of records. I don't get an error message, just a display problem, because if I increase the size of my page, my data is well below it. It worked fine before the 1.36 update.

Steps To Reproduce

  1. Drag and drop a Table widget (a pageSize around 10 rows)
  2. Drag and drop a Input widget
  3. Create a query : Select * from mytable limit {{Input.text}}
  4. Put this Query1.data on the Table widget
  5. And put 100 data in the Input widget
  6. The table is scrollable but I see only 11 data

Public Sample App

No response

Environment

Production

Severity

Medium (Frustrating UX)

Issue video log

No response

Version

Self-hosted - 1.36

@clairearondel clairearondel added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Sep 3, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added Community Reported issues reported by community members Medium Issues that frustrate users due to poor UX Production labels Sep 3, 2024
@Nikhil-Nandagopal
Copy link
Contributor

@clairearondel can you please share a video of the issue?

@github-actions github-actions bot added Widgets Product This label groups issues related to widgets Widgets & Accelerators Pod Issues related to widgets & Accelerators labels Sep 4, 2024
@clairearondel
Copy link
Author

@Nikhil-Nandagopal I found a way. It's a strange one. In my Table widget, “Show pagination” and “server-side pagination” are not enabled. But for my table to be scrollable to display the number of data on the page corresponding to the number displayed in my {{Input1.text}} I have to put in Total records the total number of data. But if I remove it, the table is no longer scrollable.

@Nikhil-Nandagopal Nikhil-Nandagopal added the Needs More Info Needs additional information label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Community Reported issues reported by community members Medium Issues that frustrate users due to poor UX Needs More Info Needs additional information Needs Triaging Needs attention from maintainers to triage Production Table Widget Widgets & Accelerators Pod Issues related to widgets & Accelerators Widgets Product This label groups issues related to widgets
Projects
None yet
Development

No branches or pull requests

6 participants