This shortcode allows you to load a file in CSV format and display it as an HTML table.
This shortcode may be disabled on your site. Learn why.
Options
url | The URL of a CSV file that will be displayed |
delimiter | Field delimiter (one character only)
Default value: , |
header | Display first row as table header
Possible values: yes or no
Default value: no |
responsive | Add horizontal scrollbar if table width larger than page width
Possible values: yes or no
Default value: no |
alternate | Enable to alternate rows background color
Possible values: yes or no
Default value: yes |
fixed | Fixed width table cells
Possible values: yes or no
Default value: no |
class | Additional CSS class name(s) separated by space(s) |
Example of use
[su_csv_table url="https://example.com/my-file.csv" delimiter="," header="no" responsive="no" alternate="yes" fixed="no" class=""]