Anyone please help me with the code to add an external filter in vue-table-2. I tried using slots
<div slot="filter__id">
<input type="input" class="form-control">
</div>
Anyone please help me with the code to add an external filter in vue-table-2. I tried using slots
<div slot="filter__id">
<input type="input" class="form-control">
</div>
You have to set filterable
to true
in the options you are passing to the table and then this slot will start working.