altinn-designsystem
Version:
Altinn Design system based on Pattern Lab.
34 lines (33 loc) • 657 B
JSON
{
"tableHeaderCells" : [
{
"th" : "Table Heading 1"
},
{
"th" : "Table Heading 2"
}
],
"tableRows" : [
{
"tableCells" : [
{
"td" : "Value"
},
{
"td" : "Value"
}
]
},
{
"tableCells" : [
{
"td" : "Value"
},
{
"td" : "Value"
}
]
}
],
"tableFooterCells" : false
}