DevExpress / devextreme-reactive

Business React components for Bootstrap and Material-UI
https://devexpress.github.io/devextreme-reactive/
Other
2.08k stars 380 forks source link

Pivot Grid #1497

Open ZergRushJoe opened 5 years ago

ZergRushJoe commented 5 years ago

If I were to switch to react I would need the pivot grid as a reactive component along with its export option.

SergeyAlexeev commented 5 years ago

Hi,

Currently, we don't have the PivotGrid component in our reactive component suite. However, we have another component library called DevExtreme React Wrappers. It already contains the PivotGrid component. The difference between these two libraries is described in this blog post.

As you can see, we provide our React Grid for Material-UI and Bootstrap 3/4. Would you please clarify what UI libraries you are going to use in your application?

ZergRushJoe commented 5 years ago

I Use React-Redux for state and use Material-UI for the look and feel.

SergeyAlexeev commented 5 years ago

Thank you for the clarification.

ZergRushJoe commented 5 years ago

Adding to this I would like integrate redux into the pivot grid as well but I have not tried with the wrappers yet. A use case is to get the fields that come from the cube and format the fields if they exist based on user defined formats for known fields that have been on the pivot grid at one time or another.