table
A Bootstrap Table with basic styling - light padding and only horizontal dividers.
- Example
- <b:table>... </b:table>
- Output
- <table class="table">... </table>
| Tag Information | |
|---|---|
| Tag Class | org.bootstrapjsp.tags.core.table.Table |
| Body Content | scriptless |
| Dynamic Attributes | true |
Attributes
| Name | Description | Flags |
|---|---|---|
| bordered | Adds borders on all sides of the table and cells. |
rtexprvalue
|
| condensed | Makes tables more compact by cutting cell padding in half. |
rtexprvalue
|
| hover | Enables a hover state on table rows within a <tbody>. |
rtexprvalue
|
| responsive | Makes tables scroll horizontally up to small devices (under 768px). When viewing on anything larger than 768px wide, you will not see any difference in these tables. |
rtexprvalue
|
| striped | Adds zebra-striping to any table row within the <tbody>. |
rtexprvalue
|