Borderless table Example
add
class="table table-borderless" on table element as example
First | Last | Age
|
---|
Mark | Otto | @mdo |
Jacob | Thornton
| @fat |
Larry the Bird
| Larry the Bird
| @twitter |
Bordered table Example
add
class="table table-bordered" on table element as example
First
| Last | Age
|
---|
Mark | Otto | @mdo |
Jacob | Thornton
| @fat |
Larry the Bird
| Larry the Bird
| @twitter |
Bordered with light head table Example
add
class="table table-bordered" on table element as example and
class="thead-light" on thead element as example
First
| Last | Age
|
---|
Mark
| Otto | @mdo |
Jacob | Thornton
| @fat |
Larry the Bird
| Larry the Bird
| @twitter |
Bordered stripped table Example
add
class="table table-bordered table-striped" on table element as example
First | Last | Age
|
---|
Mark | Otto | @mdo |
Jacob | Thornton
| @fat |
Larry the Bird
| Larry the Bird
| @twitter |