Hello,
Currently, the Parameter Table is being displayed horizontally. Is it possible to display this vertically (ie. pivot mode) like the Parameter Page widget?
Parameter Page (showing parameters for creating a new service)

Parameter Table (showing editable parameters for existing service)

From above, you can see the users would have to scroll horizontally to find parameters to edit.
We would like to display this in an overlay/popup panel in our LCA and avoid horizontal scroll.
If it's not possible to show the Parameter Table vertically, is there an alternative? We are hoping to avoid re-building this form using Automation Script UI Builder.
Thank you!
Hi Kobu,
It isn't possible to show the Parameter table contents vertically.
The only other component that allows parameter editing is the Parameter page component, which does show them vertically. The downside of this component is that it can only show one parameter page at once. To easily switch between them, you can setup the parameter page with a protocol parameter page as data & an element filter that is configurable by the user (via a dropdown, table selection, ...).
If you really need the table layout in a vertical direction, I currently do not see a better option that creating it with an IAS.
Hi Wout,
Thank you for your guideline there!
To edit an existing parameter, it looks like it must be a Parameter Table. I am guessing this is based on the element that we're working with.
Based on your notes, we could break it down to one parameter per table and stack them manually - something like below:

This might be something we can work with.
Is it possible to hide the "filter" option (the magnifier) in the Parameter Tables?
Thank you!
Hi Kobu,
When using the parameter table visual, the data indeed has to be a table parameter. There is no way to disable/hide the filter button in the header of the component.