mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 18:04:26 +04:00
23 lines
404 B
Markdown
23 lines
404 B
Markdown
---
|
|
title: Tables
|
|
menu: docs.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 %}
|