diff --git a/docs/example-widget-output.html b/docs/example-widget-output.html index a36bc7da..4f4fbff8 100644 --- a/docs/example-widget-output.html +++ b/docs/example-widget-output.html @@ -287,6 +287,12 @@ widgets: ['zebra', 'output'] }); }); +

.htaccess

+ Do not forget to set Content-disposition headers in order to make downloads work properly in IE and FF. So .htaccess can look like: +
<FilesMatch "\.(?i:csv|txt)$">
+    ForceType application/octet-stream
+    Header set Content-Disposition attachment
+</FilesMatch>

Rowspan and colspan