AllenFang/react-bootstrap-table

Add animations with react-flip-move

Open

#981 ouverte le 22 janv. 2017

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)JavaScript (795 forks)batch import
help wanted

Métriques du dépôt

Stars
 (2 240 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I use 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

<table>
  <FlipMove typeName='tbody'>
    {this.renderRows()}
  </FlipMove>
</table>

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?

Guide contributeur