Possible to configure Datapoint Selection List settings

I’m working on a custom widget where we utilize the Datapoint Selection List as a component to grab our datapoints and I noticed that they have a few settings within this component shown in the screenshot. I’m curious if there’s a way to modify these selections shown to the user. So for example rather than have the unit option in details, they would instead have like a checkbox for scientific notation, or user input for how many decimal places they want displayed. These options would be part of the Datapoint Selection List component in terms of presented to the user.

I’m curious if it’s possible to change these settings, and if so, how?

Hi @ChaseTurck,

There is a defaultFormOptions input on the DatapointSelectionListComponent that allows to configure the form. But this is limited to the default for fields (allowing to hide/show them) and does not allow you to add your own fields.

Regards,
Tristan

2 Likes