From 722f428532c0a80b59faf384efd22744721d9c73 Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Mon, 1 Jul 2024 11:44:31 +0200 Subject: [PATCH] fix(DataTable): disable pagination buttons on loading (#219) --- src/components/tables/TablePagination.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tables/TablePagination.vue b/src/components/tables/TablePagination.vue index c555725..e5996bb 100644 --- a/src/components/tables/TablePagination.vue +++ b/src/components/tables/TablePagination.vue @@ -165,7 +165,7 @@ function onLast() {