Fixed transparent issues

This commit is contained in:
Cagatay Civici 2024-06-16 00:03:51 +01:00
parent 2fa543ccc2
commit de2560a1cb
6 changed files with 32 additions and 5 deletions

View file

@ -35,6 +35,14 @@
class: 'sticky top-0 z-10'
}
}"
:dt="{
headerCell: {
background: 'transparent'
},
row: {
background: 'transparent'
}
}"
>
<template #empty>There is no customer.</template>
<Column selectionMode="multiple" headerStyle="width: 1rem" style="width: 1rem"></Column>