ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

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

Open DonkeyCo opened this issue 1 month ago • 2 comments

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.

DonkeyCo avatar Jun 25 '24 13:06 DonkeyCo