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]: Table length incorrect when text wraps #37015

Open
1 task done
eedwardsSGS opened this issue Oct 22, 2024 · 0 comments
Open
1 task done

[Bug]: Table length incorrect when text wraps #37015

eedwardsSGS opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working Community Reported issues reported by community members Low An issue that is neither critical nor breaks a user flow Needs Triaging Needs attention from maintainers to triage Production

Comments

@eedwardsSGS
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

If you have text that wraps into multiple lines, and need the table page length to set up server-side pagination, it returns a length that causes the number of rows to spill over and make the table scroll.

I understand calculating offset is difficult when the table height is fixed and not every page has the same number of rows due to varying height, but the widget can be unintuitive when there is both pagination and scrolling. Perhaps allowing for variable height with fixed # of rows?

Steps To Reproduce

Make a table
Populate it with data including strings of varying lengths
Set the text to wrap
Scroll through and see how on different pages the number of rows is the same but different amounts fit on the visible table at one time.

Public Sample App

No response

Environment

Production

Severity

Low (Cosmetic UI issues)

Issue video log

No response

Version

Self Hosted - 1.41

@eedwardsSGS eedwardsSGS added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Oct 22, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added Community Reported issues reported by community members Low An issue that is neither critical nor breaks a user flow Production labels Oct 22, 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 Low An issue that is neither critical nor breaks a user flow Needs Triaging Needs attention from maintainers to triage Production
Projects
None yet
Development

No branches or pull requests

3 participants