-
Notifications
You must be signed in to change notification settings - Fork 272
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
No Data Text for Table Component #389
Comments
Hey @gustavokath As much as I understand your issue, there are two things reported here:
I would suggest that we collaborate and discuss these two. No Data Text Issue |
Hi @MapTo0 For the request for The issue, came present when I tried to make an workaround the add one cell line in table the fills the full row. I'll add what I've tried to do in the link you provided me. Bellow the web component I added the behavior I would like to do in pure html |
- Added property `no-data-text` for storing the text that will be displayed - Added property `show-no-data` to check if no data text should be displayed - Fixes #389
- Added property `no-data-text` for storing the text that will be displayed - Added property `show-no-data` to check if no data text should be displayed - Fixes #389
In the table component, I'm missing the ability to set a specific text when there is no data to be loaded. Like in the UI5 we have the property
noDataText
for the componentsap.m.Table
or others like it. The current behavior is letting an empty table, that might not clarify what is going on to the user.I've tried also to use only one
ui5-table-row
with aui5-table-cell
inside it and change its colspan and other properties to fill all header spaces I have in my table. But it does not work, It does not render right the table component.So I want to rise this to you and discuss what would be the best approach to this issue.
The text was updated successfully, but these errors were encountered: