simlin

Results 33 comments of simlin

Hi, In the 2.0 version of the UI5 Web Components we introduced a new Table component: https://sap.github.io/ui5-webcomponents/nightly/components/Table/ The table is still in an experimental phase and certain APIs might slightly...

The row actions and navigation indication are available for the table in the latest version of the WebComponents, see https://sap.github.io/ui5-webcomponents/nightly/components/TableRowAction/ https://sap.github.io/ui5-webcomponents/nightly/components/TableRowActionNavigation/

Hello @floa93 , have you tried to set at least some min-width on the TableHeaderCell? All properties min-width, max-width and width have the initial value "auto". This means that the...

Hello @Lukas742, the idea of using a top-level single "selected" key-based property was to decouple the selection from the actually available rows. In combination with growing or row virtualization, which...

Hello @harelyshau , I discussed this with our design department. The additional colors were introduced for the inverted ObjectStatus use case, unfortunately without recognizing the table use case. We will...