Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都请帮助我在 vue-table-2 中添加外部过滤器的代码。我尝试使用插槽
<div slot="filter__id"> <input type="input" class="form-control"> </div>
您必须在传递给表格的选项中设置filterable为true,然后此插槽将开始工作。
filterable
true