Mailer a search in LognDesc

This commit is contained in:
2024-01-24 22:47:44 +01:00
parent d549e1aaa4
commit e561b1f342
3 changed files with 7 additions and 1 deletions

View File

@@ -27,6 +27,8 @@ const sdropdown = ref([
]);
const products = ref([]);
const searchField = ref('descLong');
const searchValue = ref('');
const countryHash = ref([]);
const countryCurrency = ref({});
@@ -527,11 +529,14 @@ watch(ccodes, (codes) => {
</div>
</form>
<div class="mt-5">
<input placeholder="Search in Long Desc" class="mb-1 px-2 py-1 placeholder-blueGray-300 text-blueGray-600 relative bg-white bg-white rounded text-sm border border-blueGray-300 outline-none focus:outline-none focus:ring w-full" type="text" v-model="searchValue">
<EasyTable
class="none"
:rows-per-page="20"
:headers="hresults"
:items="options_items"
:search-field="searchField"
:search-value="searchValue"
@click-row="showRow"
:filter-options="filterOptions"
alternating