Hello,
In my project we have JSON data which includes two (or more) “types” of fields. We would like to have the option to separate them in the Pivot Configuration popup, under the “Field” column.
e.g. instead of having “fields” title and below it all available keys from the JSON, we want to customized the titles and below each title place the relevant fields. This could be in a form of group-by collapse\expand, or even with scrollers.
Example:
Pivot Configuration
Group A
- item 1
- item 2
- …
Group B
- item a
- item b
- …
Is this possible?
I can change the popup UI via devtools but no idea how to change it using your API…
Thanks!