SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.5k stars 260 forks source link

[Feature Request]: `<ui5-table-cell>` should support `colspan` #7238

Open MetalCar opened 1 year ago

MetalCar commented 1 year ago

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 more table cells in a row to keep the same cell count per tr.

Proposed Solution

In my opinion the solution should be easy. Since <ui5-table-cell> covers a td. So it's only needed to add colspan as property for this component.

Proposed Alternatives

No response

Organization

No response

Additional Context

No response

Priority

None

Privacy Policy

unazko commented 1 year ago

Hello @SAP/ui5-webcomponents-topic-rl,

take a look of this feature request.

Best regards, Boyan

hristop commented 1 year ago

Hi @MetalCar ,

We are writing to inform you about an important development regarding our ui5-table component. After careful consideration and received feedback, we have decided to focus on re-implementing and improving the existing table component based on the gathered feature requests and requirements. Here are some details about this decision and how it may affect our ongoing development efforts.

The decision was made based on several factors, including scalability, performance, accessibility and the ability to meet future feature requirements. Our team has recognised the limitations of the current table component and after careful consideration, we concluded that it would be more effective to develop a new table component from scratch rather than invest more time in enhancing the current one.

While this decision allows us to provide a better user experience and meet evolving needs, I want to acknowledge that it may have some implications for the feature requests that have been made for the current ui5-table component. We understand that stakeholders have invested time and effort in suggesting improvements and new features. Rest assured that we value your input, and we will make every effort to take these feature requests into consideration during the development of the new ui5-table component.

However, it is important to note that the new table component may introduce backward incompatible changes. These changes may impact the way the current table component functions, including its API and visual representation. We understand that this may require adjustments and adaptations on your end. Our team will strive to provide documentation and guidance to facilitate a smooth transition to the new table component.

We are excited about the opportunities this transition will bring and the positive impact it will have on our product.

Should you have any questions or concerns regarding this transition or its implications, please don't hesitate to reach out.

Thank you for your understanding and continued support as we embark on this important transition. Unfortunately for now we are not able to provide concrete timelines but we are currently working on a first preview version of the new WebComponent which should already offer a first impression of the concepts behind. We have gathered the feature requests and we surely have them in mind while developing the new component.

Best Regards, Hristo

MetalCar commented 7 months ago

Hi all, any update on this? Since native <td> isn't supported within a <ui5-table-row> i've got a problem with my colspan implementation. It's only <ui5-table-cell> component supported and on this component i cannot set an colspan. Or was there any update on this?

simlin commented 7 months ago

Hi @MetalCar,

there are no updates.The statement from Hristo above is still valid. But can you please go in more detail for which concrete purpose you need the colspan? So far none of the tables which are offered by UI5 (not only the WebComponents but also the UI5 controls) do have such a functionality. And in combination with some table functionality (e.g. column overflow in popins) this would even raise additional questions. Therefore it would be really helpful to understand the purpose in your case.

Thx & Best Regards Jens