Columns
Columns fields
Items array
Example in JSON
JSON{
"columns": [{
"text": "Total",
"items": [{
"text": "Total n=100",
"base": 100,
"data": [16, 5, 37, 42, 0]
}]
}, {
"text": "Gender",
"items": [{
"text": "Male",
"base": 100,
"data": [16, 5, 37, 42, 0]
}, {
"text": "Female",
"base": 100,
"data": [20, 15, 47, 22, 10]
}]
}]
}Last updated