mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: Define a triggered "update". Fixes #1317
This commit is contained in:
parent
b0c643e85c
commit
c26e01764f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user