-
Bug
-
Resolution: Done
-
Major
-
None
-
7.3.0.GA
-
None
-
2019 Week 05-07
When I
1. start business-central with `-Dorg.dashbuilder.renderer.default=gwtcharts`
2. add a new table displayer to a page
3. switch Renderer type to to "default"
then the settings don't have "Export" section in the options, so I can't configure presence of CSV / Excel export buttons.
When I start business-cenral without that system property (meaning default table renderer is used by default) the "Export" section is shown (see screenshot).
This is problematic, because based on which renderer is set as default, some useful displayer options might be missing.
Another example of this issue is "Resizability setting". It makes sense to display it for C3 renderer charts, but not for gwtcharts.
The ideal solution would be: when I switch the type of renderer in the display settings, I would expect the configuration sections relevant to the newly selected renderer to appear/disappear based on which settings given renderer supports.