Does WebDataRocks work with react hooks ?

Answered

I observe that implementation is with class component. Also you have a Pivot class. Can I use a functional component?
Do you have an example?

1 answer

WebDataRocks Team WebDataRocks August 5, 2019

Hello Rodolfo,
Thank you for writing to us.
Currently, we do not have a functional component implementation.
 
However, the class component code is available on GitHub: https://github.com/WebDataRocks/pivot-react/blob/master/src/webdatarocks.react.js. You can write a functional component implementation according to it.
 
Regards,
WebDataRocks Team