Add tabular data by using CSV format
Number | First Name | Last Name | Points |
1 | Eve | Jackson | 94 |
2 | John | Doe | 80 |
3 | Adam | Johnson | 67 |
4 | Jill | Smith | 50 |
Show Code
[bsg_table bordered="no" striped="no" hover="no" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]
Bordered
Number | First Name | Last Name | Points |
1 | Eve | Jackson | 94 |
2 | John | Doe | 80 |
3 | Adam | Johnson | 67 |
4 | Jill | Smith | 50 |
Show Code
[bsg_table bordered="yes" striped="no" hover="no" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]
Striped
Number | First Name | Last Name | Points |
1 | Eve | Jackson | 94 |
2 | John | Doe | 80 |
3 | Adam | Johnson | 67 |
4 | Jill | Smith | 50 |
Show Code
[bsg_table bordered="no" striped="yes" hover="no" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]
Hover
Number | First Name | Last Name | Points |
1 | Eve | Jackson | 94 |
2 | John | Doe | 80 |
3 | Adam | Johnson | 67 |
4 | Jill | Smith | 50 |
Show Code
[bsg_table bordered="no" striped="no" hover="yes" condensed="no" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]
Condensed
Number | First Name | Last Name | Points |
1 | Eve | Jackson | 94 |
2 | John | Doe | 80 |
3 | Adam | Johnson | 67 |
4 | Jill | Smith | 50 |
Show Code
[bsg_table bordered="no" striped="no" hover="no" condensed="yes" with_header="yes" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]
Without Header
Number | First Name | Last Name | Points |
1 | Eve | Jackson | 94 |
2 | John | Doe | 80 |
3 | Adam | Johnson | 67 |
4 | Jill | Smith | 50 |
Show Code
[bsg_table bordered="no" striped="no" hover="no" condensed="no" with_header="no" column_separator=";"]Number;First Name;Last Name;Points
1;Eve;Jackson;94
2;John;Doe;80
3;Adam;Johnson;67
4;Jill;Smith;50[/bsg_table]