There was an error while loading. Please reload this page.
1 parent 97a98c0 commit 1194f06Copy full SHA for 1194f06
README.md
@@ -155,7 +155,7 @@ You can define some slots to customize the table as you want to.
155
</template>
156
157
//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}">
+<template v-for="slotName in ['cell-content','generated-cell-content','sticky-cell-content']" #[slotName]="{cell}">
159
<button v-if="cell.any_property ==='any_value'" :key="`button-${slotName}`" :class="`${slotName}`-cell-button">
160
{{cell.any_property}}
161
</button>
0 commit comments