Placing multiple widgets #320
Replies: 3 comments 6 replies
-
Hi @vikash0705, the Termdash infrastructure only supports a single widget in a container. The splitting methodology exists to allow the placement of multiple widgets while keeping the size of individual layout elements relative to the size of the terminal window. Note that there are two layouts that split the terminal into containers: Maybe one of these two approaches addresses the need? Alternatively, if you could provide more details about what you are trying to achieve, I can try to outline if and how this can be done using one of the above layouts. |
Beta Was this translation helpful? Give feedback.
-
A layout like that should be possible. I would recommend using the grid builder. The layout is in essence similar to the one created by this unit test (i.e. these are columns with inner rows). Can you give it a try and indicate if you hit any issues? |
Beta Was this translation helpful? Give feedback.
-
So I have a problem statement like , will have and Rest API , which would be serving some list of json objects now the length can be varying , so I am thinking of having a text box here I enter a unique reference of a given json object and then its data would be shown in a text widget. Any suggestions how to achieve this? |
Beta Was this translation helpful? Give feedback.
-
Can we place multiple widgets inside a container vertically or horizontally without splitting it?
Beta Was this translation helpful? Give feedback.
All reactions