mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
doc fixes
This commit is contained in:
parent
9d107ed983
commit
b258cd8c92
@ -19,7 +19,7 @@ table.tablesorter table.info tbody th {background:#eee;}
|
|||||||
table.options {width:100%;}
|
table.options {width:100%;}
|
||||||
table.options pre {width:95%;}
|
table.options pre {width:95%;}
|
||||||
table.options .property, .setWidth {width:115px;}
|
table.options .property, .setWidth {width:115px;}
|
||||||
table.options .type {width:80px; }
|
table.options .type {width:100px; }
|
||||||
table.options .defaults {width:160px;}
|
table.options .defaults {width:160px;}
|
||||||
table.options .examples {width:60px;}
|
table.options .examples {width:60px;}
|
||||||
table.compatibility { width: 50%; float: right; font-size: .8em; margin-left: 20px; }
|
table.compatibility { width: 50%; float: right; font-size: .8em; margin-left: 20px; }
|
||||||
|
@ -1375,7 +1375,7 @@ $(function(){
|
|||||||
<tr id="namespace">
|
<tr id="namespace">
|
||||||
<td><a href="#" class="permalink">namespace</a></td>
|
<td><a href="#" class="permalink">namespace</a></td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>Undefined</td>
|
<td>undefined</td>
|
||||||
<td>
|
<td>
|
||||||
This option should contain a unique namespace for each table; it is used when binding to event listeners (<span class="version">v2.15.7</span>).
|
This option should contain a unique namespace for each table; it is used when binding to event listeners (<span class="version">v2.15.7</span>).
|
||||||
<div class="collapsible">
|
<div class="collapsible">
|
||||||
@ -1389,7 +1389,7 @@ $(function(){
|
|||||||
<pre class="prettyprint lang-js">$(function(){
|
<pre class="prettyprint lang-js">$(function(){
|
||||||
$("#mytable").tablesorter({
|
$("#mytable").tablesorter({
|
||||||
// if table id = "mytable", this namespace is saved as ".mytable"
|
// if table id = "mytable", this namespace is saved as ".mytable"
|
||||||
namespace : $('#mytable')[0];
|
namespace : $('#mytable')[0].id;
|
||||||
});
|
});
|
||||||
});</pre>
|
});</pre>
|
||||||
</div>
|
</div>
|
||||||
@ -1665,7 +1665,7 @@ $(function(){
|
|||||||
<tr id="fixedurl">
|
<tr id="fixedurl">
|
||||||
<td><a href="#" class="permalink">fixedUrl</a></td>
|
<td><a href="#" class="permalink">fixedUrl</a></td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>Undefined</td>
|
<td>undefined</td>
|
||||||
<td>
|
<td>
|
||||||
This option was added to set a specific page when storing data using the <a href="#function-storage"><code>$.tablesorter.storage</code></a> code (<span class="version">v2.12</span>).
|
This option was added to set a specific page when storing data using the <a href="#function-storage"><code>$.tablesorter.storage</code></a> code (<span class="version">v2.12</span>).
|
||||||
<div class="collapsible"><br>
|
<div class="collapsible"><br>
|
||||||
@ -1690,7 +1690,7 @@ $(function(){
|
|||||||
<tr id="widgetcolumns">
|
<tr id="widgetcolumns">
|
||||||
<td><a href="#" class="permalink alert">widgetColumns</a></td>
|
<td><a href="#" class="permalink alert">widgetColumns</a></td>
|
||||||
<td>Object with Array</td>
|
<td>Object with Array</td>
|
||||||
<td>{ css:[ "primary", "secondary", "tertiary" ] }</td>
|
<td>{ css: [ "primary", "secondary", "tertiary" ] }</td>
|
||||||
<td>
|
<td>
|
||||||
This option is being <span class="label label-danger">deprecated</span>!
|
This option is being <span class="label label-danger">deprecated</span>!
|
||||||
It has been replaced by <a href="#widget-columns"><code>widgetOptions.columns</code></a>; but is still available for backwards compatibility.
|
It has been replaced by <a href="#widget-columns"><code>widgetOptions.columns</code></a>; but is still available for backwards compatibility.
|
||||||
|
Loading…
Reference in New Issue
Block a user