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.46k stars 253 forks source link

chore(ui5-table): remove selection import & rename key #9300

Open DonkeyCo opened 3 days ago

DonkeyCo commented 3 days ago

Table.ts imported TableSelection.ts, although it is not a base functionality. Therefore, the selection has been removed as import and the code has been refactored to accomodate for that.

Additionaly, key is a reserved keyword in React, which is why the row key has been renamed to row-id.