mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Add more info about zebra when the table is not visible
This commit is contained in:
parent
c800b67b6f
commit
ae9cd4b0a1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user