From 3f772d198bd81acf07856b615ecdb840b57ee6c7 Mon Sep 17 00:00:00 2001 From: Eshaan Aggarwal <96648934+EshaanAgg@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:37:37 +0530 Subject: [PATCH] Update lib/KTable/index.vue Co-authored-by: Michaela Robosova --- lib/KTable/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/KTable/index.vue b/lib/KTable/index.vue index a160368ff..6e2c6ab00 100644 --- a/lib/KTable/index.vue +++ b/lib/KTable/index.vue @@ -244,7 +244,7 @@ }, }, /** - * Disables all the sorting functionality provided by the component. This is useful when you want to define your own sorting logic. Refer to the examples above for more details. + * Disables built-in sort function. This is useful when you want to define your own sorting logic. Refer to the examples above for more details. */ disableBuiltinSorting: { type: Boolean,