create data table sticky in default
This commit is contained in:
@@ -6,7 +6,10 @@ import { getCurrentInstance, onMounted, ref } from 'vue'
|
|||||||
|
|
||||||
const { url, sticky } = defineProps({
|
const { url, sticky } = defineProps({
|
||||||
url: String,
|
url: String,
|
||||||
sticky: Boolean,
|
sticky: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
const paginator = ref({})
|
const paginator = ref({})
|
||||||
|
|||||||
Reference in New Issue
Block a user