GitHub

Table

Basic HTML table styling with striped, bordered, hover, and compact variants.

Basic Table

Name Email Role
John Doe john@example.com Admin
Jane Smith jane@example.com Editor
Bob Wilson bob@example.com Viewer

Striped & Hover

Product Price Stock
Widget A$9.99142
Widget B$14.9985
Widget C$24.99203
Widget D$4.9967

Compact & Bordered

ID Status Date Amount
#001Paid2024-01-15$120.00
#002Pending2024-01-16$85.50
#003Paid2024-01-17$200.00

Classes Reference

Class Description
.tableBase table styling
.table-stripedAlternating row colors
.table-hoverRow hover effect
.table-borderedAll cell borders
.table-compactReduced padding
.table-relaxedIncreased padding
.table-fixedFixed table layout
.table-wrapperRounded bordered container
.table-responsiveHorizontal scroll wrapper