Skip to content

docs: enhance Table docs #9929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/main/src/Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ type TableRowClickEventDetail = {
* This Table replaces the previous Table web component, that has been part of **@ui5/webcomponents** version 1.x.
* For compatibility reasons, we moved the previous Table implementation to the **@ui5/webcomponents-compat** package
* and will be maintained until the new Table is experimental.
* Keep in mind that you can use either the compat/Table, or the main/Table - you can't use them both as they both define the `ui5-table` tag name.
*/
@customElement({
tag: "ui5-table",
Expand Down