Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit ae92779

Browse files
authored
Merge pull request bootstrap-vue-next#1202 from therecluse26/feature
Fixed BTable slot data
2 parents 3997a9f + 281c46c commit ae92779

File tree

1 file changed

+5
-0
lines changed
  • packages/bootstrap-vue-next/src/components/BTable

1 file changed

+5
-0
lines changed

packages/bootstrap-vue-next/src/components/BTable/BTable.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
v-if="$slots['head(' + field.key + ')'] || $slots['head()']"
5050
:name="$slots['head(' + field.key + ')'] ? 'head(' + field.key + ')' : 'head()'"
5151
:label="field.label"
52+
:column="field.key"
53+
:field="field"
54+
:is-foot="false"
55+
:select-all-rows="selectAllRows"
56+
:clear-selected="clearSelected"
5257
/>
5358
<template v-else>{{ getFieldHeadLabel(field) }}</template>
5459
</div>

0 commit comments

Comments
 (0)