react-pivottable
react-pivottable copied to clipboard
Is it possible to use compact structure?
Hello,
is it possible to use a compact structure in the pivot?
Like the example in the printscreen.

Besides, is it possible to do some kind of conditional formatting?
Thanks.
There are no built-in features for these, but you could build your own renderer component that implements this kind of thing, based on the built-in one!
Thank you for the fast answer. I am really new to JS, thus I wanted to avoid that kind of customization, but I will try.