Skip to content

Commit

Permalink
feat(docs): add explanation for usage of both clickable row and menu …
Browse files Browse the repository at this point in the history
…in Table
  • Loading branch information
boilund authored and Tigge committed Apr 23, 2021
1 parent 4a9e0bf commit b2dde81
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/docs/src/mdx/coreComponents/Table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,9 @@ export const DemoComponent = ({}) => {

<DemoComponent />

A very large example to test mount / update performance.
Start measuring performance, then click the button to mount
the table.

The same large example but with skeleton rows, should mount
much faster.
If you use both menu and clickable row in the table, you will have to use
"event.stopPropagation()" in the menus onClick or the click will bubble up to
the table row.

## Basic usage

Expand Down

0 comments on commit b2dde81

Please sign in to comment.