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
We have a requirement to display 2 lines of Column title text at most and with an icon beside it. However, when we used <Text> with maxLines props, the column title will not in one line when the table pop in. And also, if we wrapped the icon and the text with <FlexBox>, the column title won't be truncated successfully.
When rendering Table including a header with custom content, the header is not popped in correctly when using only ui5-webcomponents, strangely it's working with React:
See that the table renders the second column header only as "real" header and not as popped-in header. Additionally, there's no error thrown.
2. CSS of Popin Header container is not customizable by standard means
This is the issue described by @tandan0813. The CSS of the container (<div class="popin-header-colon" ...) of the popped in header cell is not customizable, leading to misalignments.
Describe the bug
We have a requirement to display 2 lines of Column title text at most and with an icon beside it. However, when we used
<Text>
with maxLines props, the column title will not in one line when the table pop in. And also, if we wrapped the icon and the text with<FlexBox>
, the column title won't be truncated successfully.Isolated Example
https://stackblitz.com/edit/github-mm4cq7?file=src%2FApp.tsx,package.json
Reproduction steps
Please see the isolated example.
Expected Behaviour
The column title will display in one line when the table pop in.
Screenshots or Videos
No response
UI5 Web Components for React Version
2.4.0
UI5 Web Components Version
2.4.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: