Skip to content

Commit

Permalink
Row Modify
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Oct 9, 2024
1 parent 3d81708 commit a81e7d6
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,20 +244,6 @@
]
}
]
},
{
"component": "text",
"valueType": "number",
"label": "Rows",
"name": "rows",
"value": ""
},
{
"component": "text",
"valueType": "number",
"label": "Columns",
"name": "columns",
"value": ""
}
]
},
Expand All @@ -266,16 +252,23 @@
"fields": [
{
"component": "text",
"valueType": "number",
"label": "Rows",
"name": "rows",
"valueType": "string",
"label": "Column 0",
"name": "column0",
"value": ""
},
{
"component": "text",
"valueType": "number",
"label": "Columns",
"name": "columns",
"component": "richtext",
"valueType": "string",
"label": "Column 1",
"name": "column1",
"value": ""
},
{
"component": "richtext",
"valueType": "string",
"label": "Column 2",
"name": "column2",
"value": ""
}
]
Expand Down

0 comments on commit a81e7d6

Please sign in to comment.