1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 23:12:52 +02:00

update table example to make scope clearer

This commit is contained in:
Ian Storm Taylor
2017-05-01 11:18:35 -07:00
parent 9cf24b6081
commit 78fefa1115

View File

@@ -233,7 +233,7 @@
"nodes": [
{
"kind": "text",
"text": "This table is just a basic example, but you could augment it to add support for table headers, adding column and rows, or even formulas if you wanted to get really crazy..."
"text": "This table is just a basic example of rendering a table, and it doesn\'t have fancy functionality. But you could augment it to add support for navigating with arrow keys, displaying table headers, adding column and rows, or even formulas if you wanted to get really crazy!"
}
]
}