primevue-tailwind icon indicating copy to clipboard operation
primevue-tailwind copied to clipboard

DataTable rowexpansioncell passthrough overriding classes instead of adding

Open sergeydus opened this issue 11 months ago • 1 comments

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: image after: image

https://stackblitz.com/edit/ka1dqv?file=src%2FApp.vue

sergeydus avatar Mar 05 '24 14:03 sergeydus