Skip to content

Instantly share code, notes, and snippets.

@campbecf
Last active August 29, 2015 14:24
Show Gist options
  • Save campbecf/2b066545a8452a2ed608 to your computer and use it in GitHub Desktop.
Save campbecf/2b066545a8452a2ed608 to your computer and use it in GitHub Desktop.
"table---class" : "",
"table___head" : [
{
"text" : "Table Heading 1"
},
{
"text" : "Table Heading 2"
},
{
"text" : "Table Heading 3"
},
{
"text" : "Table Heading 4"
},
{
"text" : "Table Heading 5"
}
],
"table___foot" : [
{
"text" : "Table Footer 1"
},
{
"text" : "Table Footer 2"
},
{
"text" : "Table Footer 3"
},
{
"text" : "Table Footer 4"
},
{
"text" : "Table Footer 5"
}
],
"table___row---cell" : [
{
"text" : "Table Cell 1",
"value" : ""
},
{
"text" : "Table Cell 2",
"value" : ""
},
{
"text" : "Table Cell 3",
"value" : ""
},
{
"text" : "Table Cell 4",
"value" : ""
},
{
"text" : "Table Cell 5",
"value" : ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment