From b0ca9879f926bc58274af9741e155bb77c05f3d1 Mon Sep 17 00:00:00 2001 From: Mottie Date: Fri, 23 May 2014 11:21:07 -0500 Subject: [PATCH] Docs: add output widget .htaccess note for IE & FF --- docs/example-widget-output.html | 6 ++++++ 1 file changed, 6 insertions(+) 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