1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00
Files
tabler/pages/_docs/tables.md
T
2019-12-13 17:13:42 +01:00

24 lines
436 B
Markdown

---
title: Tables
menu: docs.tables
bootstrap-link: content/tables/
---
### Basic Table
A basic Bootstrap table has a light padding and only horizontal dividers.
The `.table` class adds basic styling to a table:
{% example %}
{% include ui/table.html %}
{% endexample %}
### No wrap
Prevents table cell content from wrapping to another line.
{% example %}
{% include ui/table.html nowrap=true responsive=true %}
{% endexample %}