diff --git a/src/modules/03_recruiting/components/TableCandidate.vue b/src/modules/03_recruiting/components/TableCandidate.vue
index 2a23e4c79..0e7cdd94b 100644
--- a/src/modules/03_recruiting/components/TableCandidate.vue
+++ b/src/modules/03_recruiting/components/TableCandidate.vue
@@ -191,6 +191,18 @@
selection="multiple"
v-model:selected="selected"
>
+
+
+
@@ -239,7 +251,12 @@ const selected = ref([]);
const { messageError, showLoader, hideLoader } = mixin;
const dateFilter = ref<[Date, Date]>([new Date(), new Date()]); //วันที่เลือกค้นหา
-
+const pagination = ref({
+ // sortBy: "desc",
+ descending: false,
+ page: 1,
+ rowsPerPage: 10,
+});
const props = defineProps({
inputfilter: String,
inputvisible: Array,