How to rewrite ENUM selected values with seperate expression. #265
-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 8 replies
-
So you want a single table with port 1 & port 2 and this multiple ? |
Beta Was this translation helpful? Give feedback.
-
you can do this with jq
|
Beta Was this translation helpful? Give feedback.
-
or you can do it with local javascript
|
Beta Was this translation helpful? Give feedback.
-
My goal is to have a table where I can select from the portList dropdown and add a server MAC resulting in the following If I was to add mac to every port, one at a time via the table. "serverPaths":[ |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
note the placeholderColumn: "*" => is required to expose all properties |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
note the placeholderColumn: "*" => is required to expose all properties