This topic is locked

DevExtreme PivotGrid library integration

3/13/2022 11:55:21 AM
PHPRunner Tips and Tricks
fhumanes author

img alt
Rubén, a developer from Spain, explained to me that he needed to analyze information from his systems and required, as I saw it, a Pivot table and graphics solution.

We were seeing the solution that we already had but I was not satisfied with the presentation of it, so I looked for another solution and I liked this one from DevExpreme . I hope you like that too.

This library is free, if we do not use it commercially.

Example Goals

  • Identify the "dimensions" and "values" fields in the data cube.
  • Being able to define the punctuation marks for the values ​​according to the language and the type of data.
  • Being able to use the product in different languages. Always testing in Spanish!!!
  • Being able to use the integrated graphics functionality with the data in the table.
  • Being able to define the colors that I want to apply to one of the "dimensions" (I have not achieved this)

DEMO: https://fhumanes.com/pivot_grid

If you like and are interested in this information , consult the article and you will have all the information and the source code of the solution.

img alt

img alt

fhumanes author 3/15/2022

Hello,

The solution has been updated because I have managed to set the colors of the elements of the "Siglas" series.

Greetings,
fernando

E
erosolmi 3/17/2022

Thanks a lot for this great example.
I will start soon to develop a site for our sales agents and this will be very usefull.
We use AspRunner but your php code explain the direction

Eros