A link to download current page records in a specific format.
Basic usage:
{{ url.format }}
Usage with parameters:
{{ url.format(Format, Icon, Path to a custom icon, Icon Size, CSV Layout, Column separator) }}
Parameters:
Format
(optional) – Select the output format.Icon
(optional) – Render HTML anchor with an icon or just a link.Path to a custom icon
(optional) – Leave it empty to use available file format icon.Icon Size
(optional) – Select the icon size in pixels.CSV Layout
(optional) – Please select the CSV File type Layout to render the export file contentColumn separator
(optional) – The delimiter/separator character may either be a semicolon (;) or comma (,) used to separate items in a CSV file.
Example:
{{ url.format("csv","linkonly","",16,"",",") }}
Leave a Reply
You must be logged in to post a comment.