-
Notifications
You must be signed in to change notification settings - Fork 0
Table
Eric edited this page Sep 14, 2022
·
14 revisions
Table is a sortable table that renders content raw, or its type. Consider the array
[{"name" : "Eric", "bio" : "<p>some html</p>", "age": 30, "colors": ["red" "yellow"], "address" : {"street" ...}}, {...}]
will be rendered, in a row as
"Eric", "</>", "30", "[...]", "{...}"
{"#div:Table": {
"id": "my_table"
}}