扩展槽中的v数据表搜索

时间:2018-07-03 13:37:12

标签: vuetify.js

是否甚至可以在v-data-table的扩展槽中搜索? 根据我下面的测试,它不起作用,请尝试在项目中搜索expandData属性

<template slot="expand" slot-scope="props">
    {{ props.item.expandData }}
</template>

codepen test

如果需要对我的项目进行这种搜索,我应该进一步寻找下一步吗?

预先感谢

0 个答案:

没有答案