Docs: Add scroller widget incompatibilities section

This commit is contained in:
Rob Garrison 2017-12-16 10:18:19 -06:00
parent 5b631cddac
commit de55bcb061

View File

@ -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>