AllenFang/react-bootstrap-table

pass in the whole data object for afterInsertRow and afterDeleteRow

开放

#491 创建于 2016年6月4日

 (9 条评论) (0 个反应) (0 位负责人)JavaScript (795 个派生)batch import
help wanted

仓库指标

星标
 (2,240 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南