BootstrapVue具有创建动态表的选项,但是对于Vuetify,我看不到此选项。 在Boostrap Vue中,它看起来像这样:
<b-table id = "tableh": items = "cards": fields = "fields": filter = "filter": current-page = "currentPage": per-page = "perPage"
<template class = "link" slot = "index" slot-scope = "cards">
<p style = "margin: 0"> {{cards.item.id}} </ p>
</ Template>
</b-table>
并且表中的所有字段都是动态填充的。 Vuetify中的此选项不起作用,有人知道替代方法吗? 表格中有许多字段,很长一段时间以来,它们使我远离它们。