AllenFang/react-bootstrap-table

pass in the whole data object for afterInsertRow and afterDeleteRow

Open

#491 geöffnet am 4. Juni 2016

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (795 Forks)batch import
help wanted

Repository-Metriken

Stars
 (2.240 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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. :)

Contributor Guide