mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: add output widget .htaccess note for IE & FF
This commit is contained in:
parent
3d6b03037b
commit
b0ca9879f9
@ -287,6 +287,12 @@
|
|||||||
widgets: ['zebra', 'output']
|
widgets: ['zebra', 'output']
|
||||||
});
|
});
|
||||||
});</pre>
|
});</pre>
|
||||||
|
<h4>.htaccess</h4>
|
||||||
|
Do not forget to set Content-disposition headers in order to make downloads work properly in IE and FF. So <code>.htaccess</code> can look like:
|
||||||
|
<pre class="prettyprint lang-xml"><FilesMatch "\.(?i:csv|txt)$">
|
||||||
|
ForceType application/octet-stream
|
||||||
|
Header set Content-Disposition attachment
|
||||||
|
</FilesMatch></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3><a href="#">Rowspan and colspan</a></h3>
|
<h3><a href="#">Rowspan and colspan</a></h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user