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
* feat(ui5-table-cell): merged property added
- New merged boolean property on ui5-table-cell
- Row borders refactored: border-top per cell instead of border-bottom per row
- First row top border / last row bottom border handled via :first-of-type / :last-of-type
- Selection highlight uses box-shadow instead of border-bottom to avoid layout shifts
- Table now uses inset-inline-end/start, the old left/right + :dir(rtl) removed
- When merged, cell's top border becomes transparent and content is hidden
- Merging is disabled on hover/focus, content reveals with an opacity transition
- Merging is also disabled when the row enters popin mode
- Implemented via CSS Space Toggle trick, no JS needed
- When a selection column is present, its border also syncs with the first merged cell
- New TableCell website sample added for merged cells
- Partially fixes#7238
- CPOUIFTEAMB-2624
* feat(ui5-table-cell): merged property added
- New merged boolean property on ui5-table-cell
- Row borders refactored: border-top per cell instead of border-bottom per row
- First row top border / last row bottom border handled via :first-of-type / :last-of-type
- Selection highlight uses box-shadow instead of border-bottom to avoid layout shifts
- Table now uses inset-inline-end/start, the old left/right + :dir(rtl) removed
- When merged, cell's top border becomes transparent and content is hidden
- Merging is disabled on hover/focus, content reveals with an opacity transition
- Merging is also disabled when the row enters popin mode
- Implemented via CSS Space Toggle trick, no JS needed
- When a selection column is present, its border syncs with the first merged cell
- New TableCell website sample added for merged cells
- Partially fixes#7238
- CPOUIFTEAMB-2624
* feat(ui5-table-cell): merged property added
- New merged boolean property on ui5-table-cell
- Row borders refactored: border-top per cell instead of border-bottom per row
- First row top border / last row bottom border handled via :first-of-type / :last-of-type
- Selection highlight uses box-shadow instead of border-bottom to avoid layout shifts
- Table now uses inset-inline-end/start, the old left/right + :dir(rtl) removed
- When merged, cell's top border becomes transparent and content is hidden
- Merging is disabled on hover/focus, content reveals with an opacity transition
- Merging is also disabled when the row enters popin mode
- Implemented via CSS Space Toggle trick, no JS needed
- When a selection column is present, its border syncs with the first merged cell
- New TableCell website sample added for merged cells
- Partially fixes#7238
- CPOUIFTEAMB-2624
0 commit comments