mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed transparent issues
This commit is contained in:
parent
2fa543ccc2
commit
de2560a1cb
6 changed files with 32 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue