Tableprops
Overview
tableProps applies to table.
Field Table
Key |
Type |
Default |
Binding |
UI Effect / Limits |
|---|---|---|---|---|
|
integer |
|
|
number of table rows |
|
integer |
|
|
number of table columns |
|
|
|
|
cell text |
Tablecell Field Table
Key |
Type |
Default |
Description |
|---|---|---|---|
|
integer |
|
cell row index |
|
integer |
|
cell column index |
|
string |
|
cell text |
Example
"tableProps": {
"rows": 2,
"columns": 2,
"cells": [
{
"row": 0,
"column": 1,
"text": "Value"
}
]
}