Bootstrap Table

Table Modes

  • .table
  • .table-striped
  • .table-bordered
  • .table-hover
  • .table-dark
  • .table-borderless
  • Combined with colors
    1. .table-primary
    2. .table-success
    3. .table-danger
    4. .table-info
    5. .table-warning
    6. .table-active
    7. .table-secondary
    8. .table-light
    9. .table-dark
  • .thead-dark & .thead-light: for table head
  • .table-sm
  • .table-responsive(-sm, -md, -lg, -xl)
A B C
X 1 2 3
Y 4 5 6
Z 7 8 9


A B C
X 1 2 3
Y 4 5 6
Z 7 8 9