react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

Add new prop to disable css transitions on expandable rows

Open dalmau opened this issue 3 years ago • 0 comments

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.

dalmau avatar Oct 20 '22 21:10 dalmau