Standard
Tables should use a wfp-table
class, and be properly structured, using <thead>
and <tbody>
, in order to achieve best results.
Preview
# | Name | Origin | Age |
---|---|---|---|
1 | John Williams | New York, USA | 83 |
2 | Thomas Newman | Los Angeles, USA | 60 |
3 | Hans Zimmer | Frankfurt, Germany | 58 |
Markup
Striped
You can also display tables using striped rows. To do this, add wfp-table--striped
class, instead of wfp-table
to your table element.
Preview
# | Name | Origin | Age |
---|---|---|---|
1 | John Williams | New York, USA | 83 |
2 | Thomas Newman | Los Angeles, USA | 60 |
3 | Hans Zimmer | Frankfurt, Germany | 58 |