mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
Added filtering to the Store column in Product management
This commit is contained in:
parent
c4123ce6da
commit
de1ca5bace
2 changed files with 46 additions and 6 deletions
|
|
@ -13,7 +13,15 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
</th>
|
||||
<th>Store</th>
|
||||
<th>
|
||||
{{#if $eq searchStore false}}
|
||||
Store <i class="material-icons clickable right" id="filterStore">search</i>
|
||||
{{else}}
|
||||
<div style="width: 100%;">
|
||||
<input type="text" class="searchStore" id="searchStore" style="width: 85%;" /> <i class="material-icons clickable" id="closeStoreFilter">close</i>
|
||||
</div>
|
||||
{{/if}}
|
||||
</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue