Skip to content
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", "[...]", "{...}"

From OML

 {"#div:Table": {
      "id": "my_table"
 }}
Clone this wiki locally