Filters input on tablesorter tables
This commit is contained in:
mespeche
2013-09-02 15:10:07 +02:00
parent 7f3e90555a
commit f48de82e96
5 changed files with 2708 additions and 12 deletions

View File

@@ -31,8 +31,8 @@
<th>Title</th>
<th>Expiration date</th>
<th>Usage left</th>
<th class="{literal}{sorter: false}{/literal}">Actions</th>
</tr>
<th class="sorter-false filter-false">Actions</th>
</tr>
</thead>
<tbody>
<tr>
@@ -92,7 +92,7 @@
<th>Title</th>
<th>Expiration date</th>
<th>Usage left</th>
<th class="{literal}{sorter: false}{/literal}">Actions</th>
<th class="sorter-false filter-false">Actions</th>
</tr>
</thead>
<tbody>
@@ -184,6 +184,10 @@
<script src="{$asset_url}"></script>
{/javascripts}
{javascripts file='../assets/js/tablesorter/jquery.tablesorter.widgets.js'}
<script src="{$asset_url}"></script>
{/javascripts}
{javascripts file='../assets/js/main.js'}
<script src="{$asset_url}"></script>
{/javascripts}