0
votes

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>
1
What do you mean by "external filter" here?Yom T.
filter box outside the table. A search box is found outside the table which filters data from all fields. I have to make different search boxes for different field data searching. For eg: search box with a placeholder "search name", typing in this box showing filtered rows based on name searchMohammed Kunhi Rappi

1 Answers

0
votes

You have to set filterable to true in the options you are passing to the table and then this slot will start working.