mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Merge branch 'master' into working
Conflicts: docs/index.html
This commit is contained in:
commit
b1526cee69
@ -903,7 +903,7 @@
|
|||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>"bottom"</td>
|
<td>"bottom"</td>
|
||||||
<td>
|
<td>
|
||||||
String indicating how tablesorter should deal with empty table cells. (Modified v2.1.16, <span class="version updated">v2.16.2</span>).
|
Option indicating how tablesorter should deal with empty table cells. (Modified v2.1.16, <span class="version updated">v2.16.2</span>).
|
||||||
<div class="collapsible">
|
<div class="collapsible">
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>bottom</code> - sort empty table cells to the bottom.</li>
|
<li><code>bottom</code> - sort empty table cells to the bottom.</li>
|
||||||
@ -2614,7 +2614,7 @@ $(function(){
|
|||||||
<td>Boolean</td>
|
<td>Boolean</td>
|
||||||
<td>true</td>
|
<td>true</td>
|
||||||
<td>
|
<td>
|
||||||
Filter widget: Set this option to <code>false</code> to make the column content search case-insensitive, so typing in "a" will not find "Albert". (v2.3.4)
|
Filter widget: Set this option to <code>false</code> to make the column content search case-sensitive, so typing in "a" will not find "Albert". (v2.3.4)
|
||||||
<div class="collapsible">
|
<div class="collapsible">
|
||||||
<br>
|
<br>
|
||||||
Use the <a href="#widget-filter-ignorecase"><code>filter_ignorecase</code></a> option as follows:
|
Use the <a href="#widget-filter-ignorecase"><code>filter_ignorecase</code></a> option as follows:
|
||||||
@ -2731,7 +2731,7 @@ $(function(){
|
|||||||
Filter widget: If the storage utility is available (included with <code>jquery.tablesorter.widgets.js</code> file, the last applied filter is saved to storage (<span class="version">v2.14</span>).
|
Filter widget: If the storage utility is available (included with <code>jquery.tablesorter.widgets.js</code> file, the last applied filter is saved to storage (<span class="version">v2.14</span>).
|
||||||
<div class="collapsible">
|
<div class="collapsible">
|
||||||
<br>
|
<br>
|
||||||
Filters saved to local storage (or cookies) will over-ride any default filters within the header data-attribute (set by the <a href="#widget-filter-defaultattrib"><code>filter_defaultAttrib</code> option</a> and be available to the pager before any ajax calls are made.<br>
|
Filters saved to local storage (or cookies) will override any default filters within the header data-attribute (set by the <a href="#widget-filter-defaultattrib"><code>filter_defaultAttrib</code> option</a> and be available to the pager before any ajax calls are made.<br>
|
||||||
<br>
|
<br>
|
||||||
To bypass this behavior, clear out the saved filters as follows:
|
To bypass this behavior, clear out the saved filters as follows:
|
||||||
<pre class="prettyprint lang-js">$.tablesorter.storage( $('table'), 'tablesorter-filters', '' );</pre>
|
<pre class="prettyprint lang-js">$.tablesorter.storage( $('table'), 'tablesorter-filters', '' );</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user