Documentation
Usage: Large tables may not fit on small screens. While it is best to keep your data simple, sometimes it is necessary to scroll on small screens.
Example
# | First Name | Last Name | Username | Email Address | Favorite Spot |
---|---|---|---|---|---|
1 | Samuel | Carrick | @firstprez | example@example.com | Carrick Hall |
2 | Jenny | Armstrong | @dontmess | example@example.com | Ampitheater |
3 | Barbara | blount | @oldskool | example@example.com | The Hill |
Code
HTML
Available as a shortcode in the WordPress theme
[table-wrap bordered="false" striped="true" hover="false" responsive="true"] ... table code ... [/table-wrap]