mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: Add scroller widget incompatibilities section
This commit is contained in:
parent
5b631cddac
commit
de55bcb061
@ -316,6 +316,23 @@ $(function() {
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3><a href="#">Incompatibilities</a></h3>
|
||||
<div>
|
||||
The scroller widget is <em>known</em> to be currently incompatible with these widgets (there may be more):
|
||||
<ul>
|
||||
<li>Editable</li>
|
||||
<li>Math</li>
|
||||
<li>Reorder</li>
|
||||
<li>Resizable</li>
|
||||
<li>StickyHeaders</li>
|
||||
</ul>
|
||||
There is partial compatibility with these widgets:
|
||||
<ul>
|
||||
<li>Filter, except for custom <a href="index.html#widget-filter-functions"><code>filter_functions</code></a> and <a href="index.html#widget-filter-formatter"><code>filter_formatter</code></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3><a href="#">Options</a></h3>
|
||||
<div>
|
||||
<h4>Scroller widget defaults (added inside of tablesorter <code>widgetOptions</code>)</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user