Docs: Define a triggered "update". Fixes #1317

This commit is contained in:
Rob Garrison 2016-11-22 13:39:21 -06:00
parent b0c643e85c
commit c26e01764f

View File

@ -306,7 +306,7 @@
<p>By default, recalculations are performed after:</p>
<ul>
<li>Tablesorter initialization.</li>
<li>After any triggered "update" which may change a cell value.</li>
<li>After any triggered "update" which may change a cell value. A listener is bound to the <a href="index.html#updatecomplete">updateComplete</a> event.</li>
<li>After a "filterReset".</li>
<li>And after a "filterEnd" event, <em>or</em> a "pagerComplete" event (if the pager is being used), but not both!</li>
</ul>