Skip to content

Commit 1194f06

Browse files
author
Samuel Zeitler
committed
updated README.md
1 parent 97a98c0 commit 1194f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ You can define some slots to customize the table as you want to.
155155
</template>
156156

157157
//for same content of regular, responsive generated and sticky table cells
158-
<template v-for="slotName in ['cell-content','generated-cell-content','cell-sticky']" #[slotName]="{cell}">
158+
<template v-for="slotName in ['cell-content','generated-cell-content','sticky-cell-content']" #[slotName]="{cell}">
159159
<button v-if="cell.any_property ==='any_value'" :key="`button-${slotName}`" :class="`${slotName}`-cell-button">
160160
{{cell.any_property}}
161161
</button>

0 commit comments

Comments
 (0)