You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can determine whether it is an expanded row in rowHeight. If it is an expanded row, return the expanded height, otherwise return the default height.
Versions
react
18.2.0
rsuite-table
5.11.0
What is the expected behavior?
That the component appears correctly when clicking in row to expand.
What is the current behavior?
When clicking on the button to expand the component tha should appear is not shown and it is not possible to click again on the line to hide
What are the steps to reproduce?
Insert rowHeight into the table and have a component on the renderRowExpanded property
Please fork this example, reproduce the problem you are issue.
https://codesandbox.io/s/festive-grothendieck-s9f8cc?file=/src/table.tsx
The text was updated successfully, but these errors were encountered: