Skip to content

Commit

Permalink
docs(CustomCellTable): updated example for using rowHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Oct 11, 2023
1 parent dc78cee commit a21d9eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/examples/CustomCellTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,7 @@ If you need to define row heights based on the content of your data in practical
...
</Table>
```

When used in conjunction with `renderRowExpanded`, it should be noted that the height returned in `rowHeight` needs to include the height of `renderRowExpanded`.

Reference example https://github.com/rsuite/rsuite-table/issues/454#issuecomment-1756703149

1 comment on commit a21d9eb

@vercel
Copy link

@vercel vercel bot commented on a21d9eb Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.