notes/docs/ui-components/tables.md

921 B

layout title parent nav_order
default Tables UI Components 3

Tables

{:.no_toc}

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc }

Default tables

Tables are responsive by default, allowing wide tables to have a horizontal scroll to access columns outside of the normal viewport.

head1 head two three
ok good swedish fish nice
out of stock good and plenty nice
ok good oreos hmm
ok good zoute drop yumm
```markdown | head1 | head two | three | |:-------------|:------------------|:------| | ok | good swedish fish | nice | | out of stock | good and plenty | nice | | ok | good `oreos` | hmm | | ok | good `zoute` drop | yumm | ```