WIP
Filters input on tablesorter tables
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user