0

我正在寻找 reactjs 的完整功能(如编辑、删除、插入、按列分组、分页等)数据网格。搜索后我发现 react-bootstrap-table ( http://allenfang.github.io/react-bootstrap-table/index.html ) 它具有我想要的所有功能,除了按列分组。是否有任何其他反应数据网格或任何机构知道我如何在反应引导表中添加分组?

4

1 回答 1

0

您可以使用

https://facebook.github.io/fixed-data-table/

它支持分组列

https://facebook.github.io/fixed-data-table/api-columngroup-v0.5.html

于 2016-12-06T11:51:59.527 回答