AllenFang/react-bootstrap-table

pass in the whole data object for afterInsertRow and afterDeleteRow

Open

#491 ouverte le 4 juin 2016

Voir sur GitHub
 (9 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

Hello, In the docs, it reads image

I wonder, if we can pass an extra argument of the complete data object, so that it is easy to use redux/setState to manage the data. I will be able to use something like onUpdate={data => this.setState(data)}.

I just went through the docs briefly. If I miss the function please let me know. :)

Guide contributeur