rsuite-table icon indicating copy to clipboard operation
rsuite-table copied to clipboard

Wrong calculation of table height when IconButton is in cell

Open Kroshik opened this issue 4 years ago • 2 comments

I want to replace in a table cell with

<IconButton appearance="subtle" icon={<Icon icon="edit2" />} />

But, as a result, I have the wrong table height. The component truncates all other table rows

Kroshik avatar Jan 22 '21 10:01 Kroshik

You can adjust the row height with rowHeight.

simonguo avatar Jan 31 '21 02:01 simonguo

@simonguo Looks like a crutch 😏

And if the row height is dynamic

Kroshik avatar Feb 02 '21 07:02 Kroshik