[Bug]: Table length incorrect when text wraps #37015
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
Table Widget
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Widgets Product
This label groups issues related to widgets
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: