CSV Table

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

urlThe URL of a CSV file that will be displayed
delimiterField delimiter (one character only)

Default value: ,
headerDisplay first row as table header

Possible values: yes or no

Default value: no
responsiveAdd horizontal scrollbar if table width larger than page width

Possible values: yes or no

Default value: no
alternateEnable to alternate rows background color

Possible values: yes or no

Default value: yes
fixedFixed width table cells

Possible values: yes or no

Default value: no
classAdditional 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=""]
Helpful?
🤝 Thank you!