I am looking for a full feature(like editing,deleting,inserting,group by on columns,pagination and extra) data grid for reactjs. after searching i have found react-bootstrap-table (http://allenfang.github.io/react-bootstrap-table/index.html) its has all of the features that i want except group by on columns. is there any other react data grid or any body knows how can i add group by in react-bootstrap-table?
Asked
Active
Viewed 2,586 times
1 Answers
0
You can use
https://facebook.github.io/fixed-data-table/
It has support of grouped column
https://facebook.github.io/fixed-data-table/api-columngroup-v0.5.html

anuj kosambi
- 194
- 1
- 6
-
not this kind of group by ... something like this http://adazzle.github.io/react-data-grid/examples.html#/grouping – Yeganeh Salami Dec 06 '16 at 12:23