diff --git a/src/app/routes/datatable/components/customtable/customindex/customindex.component.html b/src/app/routes/datatable/components/customtable/customindex/customindex.component.html
index 8816fdf1..4583cab7 100644
--- a/src/app/routes/datatable/components/customtable/customindex/customindex.component.html
+++ b/src/app/routes/datatable/components/customtable/customindex/customindex.component.html
@@ -39,7 +39,7 @@
+ [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }">
diff --git a/src/app/routes/datatable/components/customtable/driver/driver.component.html b/src/app/routes/datatable/components/customtable/driver/driver.component.html
index 9deaefbd..383fe343 100644
--- a/src/app/routes/datatable/components/customtable/driver/driver.component.html
+++ b/src/app/routes/datatable/components/customtable/driver/driver.component.html
@@ -41,6 +41,6 @@
+ [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }">
\ No newline at end of file
diff --git a/src/app/routes/datatable/components/customtable/owner/owner.component.html b/src/app/routes/datatable/components/customtable/owner/owner.component.html
index 9777a490..e805efd9 100644
--- a/src/app/routes/datatable/components/customtable/owner/owner.component.html
+++ b/src/app/routes/datatable/components/customtable/owner/owner.component.html
@@ -41,6 +41,6 @@
>
+ [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }">
\ No newline at end of file
diff --git a/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html b/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html
index 4a9e9f95..4d75b400 100644
--- a/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html
+++ b/src/app/routes/datatable/components/customtable/partnertable/partnertable.component.html
@@ -37,7 +37,7 @@
+ [page]="{ show: true, showSize: true, pageSizes: [20, 50, 100] }">
\ No newline at end of file