Макет таблицы
Таблица классов
| Класс | Значение |
|---|---|
.table-auto |
table-layout: auto; |
.table-fixed |
table-layout: fixed; |
Пример
<table class="table table-auto">...</table>
<table class="table table-fixed">...</table>
| Класс | Значение |
|---|---|
.table-auto |
table-layout: auto; |
.table-fixed |
table-layout: fixed; |
<table class="table table-auto">...</table>
<table class="table table-fixed">...</table>