Add more info about zebra when the table is not visible

This commit is contained in:
Federico-G 2017-07-31 16:52:56 -03:00 committed by Rob Garrison
parent c800b67b6f
commit ae9cd4b0a1

View File

@ -63,6 +63,7 @@ table.tablesorter tbody tr.alt-row td {
<li>This widget is part of the plugin, but has been modified from the original.</li>
<li>The original "widgetZebra" option has been replaced by "widgetOptions.zebra". See the javascript block below for more details (v2.1).</li>
<li>If the "widgetZebra" option exists, it will over-ride this newer "widgetOptions.zebra" option in order to maintain backwards compatibility.</li>
<li>The zebra widget only applies to visible rows, so if the table isn't visible in the beginning, you must use <code>$('table').trigger('applyWidgets');</code> when the table becomes visible (See <a href='https://github.com/Mottie/tablesorter/issues/224#issuecomment-13086515'>issue #224</a>)</li>
</ul>
<h1>Demo</h1>