Skip to content

Commit 13903f3

Browse files
committed
feat: pass functions in scope... search, showEntries, setActive
1 parent a722772 commit 13903f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dataset.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<slot :ds="{ dsShowEntries, dsResultsNumber, dsPage, dsPagecount, dsFrom, dsTo, dsData, dsRows, dsPages }"></slot>
2+
<slot :ds="{ dsShowEntries, dsResultsNumber, dsPage, dsPagecount, dsFrom, dsTo, dsData, dsRows, dsPages, search, showEntries, setActive }"></slot>
33
</template>
44

55
<script>

0 commit comments

Comments
 (0)