ui5-webcomponents
ui5-webcomponents copied to clipboard
UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
### Feature Request Description We require skeleton loader to see the transition effect of page loading Reference: https://experience.sap.com/internal/fiori-design-web/placeholder-loading/ ### Proposed Solution Implement Skeleton Loader ### Proposed Alternatives _No response_ ###...
### Feature Request Description According to the latest visual and interaction designs, the focus should behave like this: - on desktop, always show a focus outline, no matter if the...
### Feature Request Description This issue is created on behalf of SAP Brand colleagues that would like to be able to customize certain parts of the following components. Usually this...
**Motivation** Currently the Table component is using "th", "tr" and "td" tags, which are a bit difficult to style and make certain features difficult to implement. For example: applying the...
Following features are not found in the Table control currently: 1. The "mode" property to set as "SingleSelect/MultiSelect/Delete" to table rows 2. ColumnListItem and its property "type" to set as...
### **Background** During the implementation of the Flexibility topic in #4429 we found a gap in the ui5-table implementation. The flexibility code logic uses the setVisible method of controls in...
**Describe the bug** For the Responsive `Table` component screen reader should announce the `growingButtonText` only. It currently announces unnecessary text e.g. `row 52 Name column 1 through 9 More button`...
**Is your feature request related to a problem? Please describe.** Currently there is no option to set the Table column width in the [Table](https://sap.github.io/ui5-webcomponents-react/?path=/docs/data-display-table--default-story) component **Describe the solution you'd like**...
### **Feature Request Description** The table column headers currently are all left-aligned by default and there is no way to directly control the alignment, e.g. for columns that contain currency...
### Feature Request Description In standard HTML it's possible to set a `colspan` on a `td`. Actually with `colspan` it's possible to grow a table cell to cover 2 or...