Example shortcode for table. Use default from bootstrap CSS.
Table default
[table style=”nonestyle”]
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Kentooz | Themes | @g14nnakal |
| 2 | Kardun | Boboho | @kentooz |
| 3 | Bos | Romlah |
[/table]
Table striped
[table style=”table-striped”]
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Kentooz | Themes | @g14nnakal |
| 2 | Kardun | Boboho | @kentooz |
| 3 | Bos | Romlah |
[/table]
Table bordered
[table style=”table-bordered”]
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Kentooz | Themes | @g14nnakal |
| 2 | Kardun | Boboho | @kentooz |
| 3 | Bos | Romlah |
[/table]
Table hover
[table style=”table-hover”]
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Kentooz | Themes | @g14nnakal |
| 2 | Kardun | Boboho | @kentooz |
| 3 | Bos | Romlah |
[/table]
Table condensed
[table style=”table-condensed”]
| # | First Name | Last Name | Username |
|---|---|---|---|
| 1 | Kentooz | Themes | @g14nnakal |
| 2 | Kardun | Boboho | @kentooz |
| 3 | Bos | Romlah |
[/table]