我想要做的就是对于包含等于 的条目的给定行lowestEntry,更改背景颜色。
<v-col cols="8">
<v-data-table
:loading="loadEntryTable"
loading-text="A procurar dados..."
:headers="this.entryheaders"
:items="this.stockentries"
:items-per-page="10"
>
//Have tried using the v-slot.item to achieve it but no success
</v-data-table>
</v-col>
Run Code Online (Sandbox Code Playgroud)
我想改变tr背景颜色做绿色。排序时突出显示它ìtem.id_entry == lowestEntry["id_entry"]。