Replies: 1 comment
-
Hi @BimalG, You can do this using the Container component and some styles: ![]() Example form: {
"version": "1",
"tooltipType": "RsTooltip",
"modalType": "RsModal",
"form": {
"key": "Screen",
"type": "Screen",
"props": {},
"children": [
{
"key": "rsContainer1",
"type": "RsContainer",
"props": {},
"css": {
"any": {
"object": {
"flexDirection": "row"
}
}
},
"children": [
{
"key": "rsContainer2",
"type": "RsContainer",
"props": {},
"css": {
"any": {
"object": {
"flexWrap": "wrap"
}
}
},
"children": [
{
"key": "rsInput1",
"type": "RsInput",
"props": {}
},
{
"key": "rsInput2",
"type": "RsInput",
"props": {}
},
{
"key": "rsInput3",
"type": "RsInput",
"props": {}
},
{
"key": "rsInput4",
"type": "RsInput",
"props": {}
}
]
},
{
"key": "rsContainer3",
"type": "RsContainer",
"props": {},
"css": {
"any": {
"object": {
"flexDirection": "row",
"flexWrap": "wrap"
}
}
},
"children": [
{
"key": "rsInput5",
"type": "RsInput",
"props": {}
},
{
"key": "rsInput6",
"type": "RsInput",
"props": {}
},
{
"key": "rsInput7",
"type": "RsInput",
"props": {}
},
{
"key": "rsInput8",
"type": "RsInput",
"props": {}
}
]
}
]
}
]
},
"localization": {},
"languages": [
{
"code": "en",
"dialect": "US",
"name": "English",
"description": "American English",
"bidi": "ltr"
}
],
"defaultLanguage": "en-US"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am trying to build a form in a tabular format with 4 columns, where the first column spans 2 rows. I am looking for some help is designing a form as follows for clinical purposes.
trauma-scf_form.pdf
Beta Was this translation helpful? Give feedback.
All reactions