create data table sticky in default

This commit is contained in:
Geriano
2022-07-17 14:31:55 +07:00
parent cc930ef9c8
commit 52366df6da

View File

@@ -6,7 +6,10 @@ import { getCurrentInstance, onMounted, ref } from 'vue'
const { url, sticky } = defineProps({
url: String,
sticky: Boolean,
sticky: {
type: Boolean,
default: true,
},
})
const paginator = ref({})