Using HTML tags

As long as you use the appropriate HTML structure and classes, you can create tables using native HTML tags.

{%- call ui.util.call(show_example) -%} {%- raw %} {%- call ui.util.call(ui.table) -%} Key Value {%- for value in ["A", "B", "C"] -%} {{ loop.index }} {{ value }} {%- endfor %} {%- endcall %} {%- endraw %} {%- endcall %}