Basic example without any additional modification classes
| # | First Name | Last Name | Username | Nickname |
|---|---|---|---|---|
| 1 | Mark | Otto | @mdo | Ducky |
| 2 | Jacob | Thornton | @fat | Ducky |
| 3 | Larry | the Bird | Ducky | |
| 4 | Larry | the Bird | Ducky | |
| 5 | Larry | the Bird | Ducky | |
| 6 | Larry | the Bird | Ducky | |
| 7 | Larry | the Bird | Ducky | |
| 8 | Larry | the Bird | Ducky |
Add .table-inverse Class in table tag
| # | First Name | Last Name | Username | Nickname |
|---|---|---|---|---|
| 1 | Mark | Otto | @mdo | Ducky |
| 2 | Jacob | Thornton | @fat | Ducky |
| 3 | Larry | the Bird | Ducky | |
| 4 | Larry | the Bird | Ducky | |
| 5 | Larry | the Bird | Ducky | |
| 6 | Larry | the Bird | Ducky | |
| 7 | Larry | the Bird | Ducky | |
| 8 | Larry | the Bird | Ducky |
Add .table-hover Class in table tag
| # | First Name | Last Name | Username | Nickname |
|---|---|---|---|---|
| 1 | Mark | Otto | @mdo | Ducky |
| 2 | Jacob | Thornton | @fat | Ducky |
| 3 | Larry | Otto | Ducky | |
| 4 | Jacob | Thornton | @fat | Ducky |
| 5 | Jacob | Thornton | @fat | Ducky |
| 6 | Jacob | Thornton | @fat | Ducky |
| 7 | Jacob | Thornton | @fat | Ducky |
| 8 | Jacob | Thornton | @fat | Ducky |
For Make row Contextual add Contextual class like .table-success in tr tag and For cell add Contextual class in td or th tag .
| # | First Name | Last Name | Username | Nickname |
|---|---|---|---|---|
| 1 | Mark | Otto | @mdo | Ducky |
| 2 | Jacob | Thornton | @fat | Ducky |
| 3 | Larry | the Bird | Ducky | |
| 4 | Larry | the Bird | Ducky | |
| 5 | Larry | the Bird | Ducky | |
| 6 | Larry | the Bird | Ducky | |
| 7 | Larry | the Bird | Ducky | |
| 8 | Larry | the Bird | Ducky | |
| 9 | Larry | the Bird | Ducky |
Regular table background variants are not available with the inverse table, however, you may use text or background utilities to achieve similar styles.
| # | First Name | Last Name | Username | Nickname |
|---|---|---|---|---|
| 1 | Mark | Otto | @mdo | Ducky |
| 2 | Jacob | Thornton | @fat | Ducky |
| 3 | Larry | the Bird | Ducky | |
| 4 | Larry | the Bird | Ducky | |
| 5 | Larry | the Bird | Ducky | |
| 6 | Larry | the Bird | Ducky | |
| 7 | Larry | the Bird | Ducky | |
| 8 | Larry | the Bird | Ducky | |
| 9 | Larry | the Bird | Ducky |