We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd9e8e commit d1f5860Copy full SHA for d1f5860
packages/components-vue/src/components/table/Simple.vue
@@ -5,7 +5,11 @@
5
class="tbl --minWidth-100 table-actions"
6
:class="[{ '--nested': nested }, themeClasses]"
7
>
8
- <TableHeadActions v-bind="childrenProps" :with-default-slot="!!$slots.default">
+ <TableHeadActions
9
+ v-bind="childrenProps"
10
+ :theme="opaque ? invertedThemeValues : theme"
11
+ :with-default-slot="!!$slots.default"
12
+ >
13
<template v-if="$slots.headActions" #headActions="headScope">
14
<slot name="headActions" v-bind="headScope"></slot>
15
</template>
0 commit comments