Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit b2dde81

Browse files
boilundTigge
authored andcommitted
feat(docs): add explanation for usage of both clickable row and menu in Table
1 parent 4a9e0bf commit b2dde81

File tree

1 file changed

+3
-6
lines changed
  • packages/docs/src/mdx/coreComponents

1 file changed

+3
-6
lines changed

packages/docs/src/mdx/coreComponents/Table.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,9 @@ export const DemoComponent = ({}) => {
168168

169169
<DemoComponent />
170170

171-
A very large example to test mount / update performance.
172-
Start measuring performance, then click the button to mount
173-
the table.
174-
175-
The same large example but with skeleton rows, should mount
176-
much faster.
171+
If you use both menu and clickable row in the table, you will have to use
172+
"event.stopPropagation()" in the menus onClick or the click will bubble up to
173+
the table row.
177174

178175
## Basic usage
179176

0 commit comments

Comments
 (0)