CSS class disappeared without notice, where did it go?
I have this example table taken from https://element-plus.org/en-US/component/table.html#table-with-status I would like to give some color for some rows. Here is a minimal working example: <script setup lang="ts"> type TableRec = { code: string from_title: string | null to_title: string |…