Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new prop to disable css transitions on expandable rows #1772

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dalmau
Copy link

@dalmau dalmau commented Oct 20, 2022

Added new boolean prop "cssTransitions" to keep rows always expanded in the scenario where you want that all the table is expanded by default.

The default behaviour makes css transition closing and opening the row if the header is clicked, loosing scroll position of the table if it's embedded on a fixed height container. If the new prop is set to false the component CSSTransition won't be rendered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant