Display CSV data in a table
The first table uses the bw_csv shortcode to display the CSV contents as a table.Feature | Display CSV as table | Responsive pricing table |
---|---|---|
Shortcode | [bw_csv] | [bw_rpt] |
Responsive | ||
Headings | ||
Labels= parameter | ||
Requires styling | ||
Pagination |
[bw_csv]Feature,Display CSV as table,Responsive pricing table
CSV,goes,here
[/bw_csv]
- The default display is for a table, with headings
- You can also chose to display the content in an unordered, ordered or definition list
Responsive pricing table
The second table uses the bw_rpt shortcode to display a responsive pricing table.
[bw_rpt labels=y]Feature,Display CSV as table,Responsive pricing table
CSV,goes,here
[/bw_rpt]
- Use the
labels=y
parameter to display the first column as labels - The heading line is not displayed
- If you want the heading line then make it part of the content
More notes
- No special CSS styling has been applied.
- We use the [bw_dash] shortcode to display the stars, ticks and crosses.