I'm using the Webdatarocks in my web app (angular 2, spring boot). The problem is that I must re-configure the columns and the rows of the Webdatarocks each time. I want to save some configurations that I can choose directly. Is that possible?
Asked
Active
Viewed 167 times
1 Answers
0
Yes, it is possible.
Use getReport() API call, which returns all current configurations of the pivot. Then you can process this report, leaving only needed configurations. New columns and rows should be added within the slice object of your report.

milenapechura
- 26
- 2