AllenFang / AllenFang/react-bootstrap-table
Add animations with react-flip-move
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 761
- PR merge metrics
- No merged PRs in 30d
Description
I use [react-flip-move](https://github.com/joshwcomeau/react-flip-move) as a drop in replacement for my tables to create easy animations. It's easy enough to modify existing code that already builds tables in react by replacing the element with
```jsx
{this.renderRows()}
```
I believe the easiest to add this functionality would be the ability to pass in a wrapper object that react-bootstrap-table would use to replace the tbody element that react-bootstrap-table creates, but the API doesn't currently allow this.
Does this approach seem correct?
Contributor guide
Assessment
This issue has not been assessed yet.