Last active
August 29, 2015 14:24
-
-
Save campbecf/2b066545a8452a2ed608 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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