Added filtering to the Store column in Product management

This commit is contained in:
Brian McGonagill 2024-07-26 11:58:03 -05:00
parent c4123ce6da
commit de1ca5bace
2 changed files with 46 additions and 6 deletions

View file

@ -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>