filter options
This commit is contained in:
parent
bdec2dedd4
commit
eb7f465913
|
|
@ -317,7 +317,7 @@
|
|||
</span>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<input type="text" v-model="filter" class="control" data-vv-as=""{{ __('admin::app.catalog.attributes.filter') }}""/>
|
||||
<input type="text" v-model="filter" class="control" placeholder="Filter"/>
|
||||
</div>
|
||||
<div class="table">
|
||||
<table>
|
||||
|
|
@ -391,9 +391,6 @@
|
|||
{{ __('admin::app.catalog.attributes.add-option-btn-title') }}
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn btn-lg btn-primary" id="load-more-btm" style="margin-top: 20px" @click="loadMoreOptions()" v-if="loadMore">
|
||||
Filter
|
||||
</button>
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
|
@ -435,6 +432,7 @@
|
|||
}
|
||||
},
|
||||
filter: function(){
|
||||
this.optionRows =[]
|
||||
this.getAttributeOptions();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue