Get a complete design stack
Get to know DashCore color options
All forms elements
Useful accordion elements
Comply with the hideous EU Cookie Law
Online store home with an outstanding UX
Online store shopping cart
Documentation and examples for opt-in styling of tables (given their prevalent use in JavaScript plugins) with Bootstrap.
Using the most basic table markup, here’s how .table-based tables look in Bootstrap.
.table
Use .table-striped to add zebra-striping to any table row within the tbody.
.table-striped
tbody
Add .table-bordered for borders on all sides of the table and cells.
.table-bordered
Add .table-borderless for a table without borders.
.table-borderless
Add .table-hover to enable a hover state on table rows within a tbody.
.table-hover
Responsive tables allow tables to be ease-readable on mobiles. Make any table responsive across all viewports by wrapping a .table with .table-responsive.
.table-responsive