Bootstrap-table-demo
提供:Dev Guides
ブートストラップ-テーブルデモ
ブートストラップは、テーブルを構築するためのきれいなレイアウトを提供します。 Bootstrapでサポートされているテーブル要素のいくつかは-
| Sr.No. | Tag & Description |
|---|---|
| 1 |
<table> データを表形式で表示するためのラッピング要素 |
| 2 |
<thead> テーブル列にラベルを付けるためのテーブルヘッダー行(<tr>)のコンテナー要素。 |
| 3 |
<tbody> テーブル本体のテーブル行(<tr>)のコンテナ要素。 |
| 4 |
<tr> 単一の行に表示される一連のテーブルセル(<td>または<th>)のコンテナー要素。 |
| 5 |
<td> デフォルトの表セル。 |
| 6 |
<th> 列(またはスコープと配置に応じて行)ラベルの特別なテーブルセル。 <thead>内で使用する必要があります |
| 7 |
<caption> テーブルが保持する内容の説明または要約。 |
| Example | Description | Download link |
|---|---|---|
| Buy Table | This example indicates about buy table structure in Bootstrap. | Download |
| Plan Table | This example indicates about Plan table structure in Bootstrap. | Download |
| Table with gallery | This example indicates about gallery table structure in Bootstrap. | Download |