Navbar:
Table
UI elementsDue to the widespread use of tables across third-party widgets like calendars and date pickers, we’ve designed our tables to be opt-in. Just add the base class .table
to any table tag
, then extend with custom styles or our various included modifier classes.
Use # Name Avatar Email Status Action 1 Smith Doe Smith@gmail.com 2 Jhon Doe Jhon@gmail.com 3 Alex Otto@gmail.com Use # Product Date Price Status Action 1 Watch 12-10-2019 $30 2 Iphone 23-10-2019 $300 1 Watch 12-10-2019 $30 Add # Name Avatar Email Status Action 1 Smith Doe Smith@gmail.com 2 Jhon Doe Jhon@gmail.com 3 Alex Otto@gmail.com Add # Name Avatar Email Status Action 1 Smith Doe Smith@gmail.com 2 Jhon Doe Jhon@gmail.com 3 Alex Otto@gmail.com Use contextual classes to color table rows or individual cells. # First Last Handle Handle2 Handle3 Handle4 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo Regular table background variants are not available with the dark table, however, you may use text or background utilities to achieve similar styles. # First Last Handle Handle2 Handle3 Handle4 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo 1 Mark Otto @mdo @mdo @mdo @mdo A A Responsive tables allow tables to be scrolled horizontally with ease. Make any table responsive across all viewports by wrapping a Responsive tables allow tables to be scrolled horizontally with ease. Make any table responsive across all viewports by wrapping a .table-striped
to add zebra-striping to any table row within the
Active
Pending
Not Active
.table-striped
to add zebra-striping to any table row within the
Delivered
Pending
Delivered
.table-hover
to enable a hover state on table rows within a
Active
Pending
Not Active
.table-hover
enable a hover state on table rows within a
Active
Pending
Not Active
...
...
...
...
...
...
...
...
...
...
...
...
...
...
caption tag
functions like a heading for a table. It helps users with screen readers to find a table and understand what it’s about and decide if they want to read it.caption tag
functions like a heading for a table. It helps users with screen readers to find a table and understand what it’s about and decide if they want to read it..table
with .table-responsive
. Or, pick a maximum breakpoint with which to have a responsive table up to by using .table-responsive{-sm|-md|-lg|-xl}
..table
with .table-responsive
. Or, pick a maximum breakpoint with which to have a responsive table up to by using .table-responsive{-sm|-md|-lg|-xl}
.