AllenFang / AllenFang/react-bootstrap-table
Add animations with react-flip-move
未关闭
help wanted
- 主要语言
- JavaScript
- 星标
- 2.2k
- 派生
- 761
- PR 合并指标
- 30 天内没有已合并 PR
描述
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?
贡献指南
评估
这个 Issue 还没有评估数据。