You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The width of the table column is calculated only based on the data for the row and because of that
To Reproduce
Provide step-by-step instructions to reproduce the bug:
Create a table with medly components, the data should have value with less characters than the header for the column.
See error
Expected behavior
Table column width should consider minimum of header characters / data & then only if fitContent prop is true the column width should consider data for the row and recalculate accordingly
Screenshots
Package versions
@medly-components/core: "^6.4.3"
@medly-components/forms: "^2.1.26"
@medly-components/layout: "^3.1.11"
@medly-components/loaders: "^1.6.7"
@medly-components/theme: "^5.0.0"
@medly-components/utils: "^2.1.1"
The text was updated successfully, but these errors were encountered:
PulkitBanta
changed the title
bug: table column width is calculated only based on the data
bug: table column width is calculated only based on the row data
Mar 23, 2022
Describe the bug
The width of the table column is calculated only based on the data for the row and because of that
To Reproduce
Provide step-by-step instructions to reproduce the bug:
Expected behavior
Table column width should consider minimum of header characters / data & then only if
fitContent
prop is true the column width should consider data for the row and recalculate accordinglyScreenshots
Package versions
The text was updated successfully, but these errors were encountered: