primevue-tailwind
primevue-tailwind copied to clipboard
DataTable rowexpansioncell passthrough overriding classes instead of adding
when passing:
:pt="{ rowexpansioncell: 'bg-red-500', }" :ptOptions="{ mergeSections: true, mergeProps: true }"
to the dataTable, the rowexpansioncell classes are being overridden instead of added to:
before:
after:
https://stackblitz.com/edit/ka1dqv?file=src%2FApp.vue