From 8071b67fd8821bff00d90a5beecbf470eb39a197 Mon Sep 17 00:00:00 2001 From: callmeroot Date: Thu, 29 Aug 2024 14:28:06 +0530 Subject: [PATCH] updated documentation --- docs/pages/ktable.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/pages/ktable.vue b/docs/pages/ktable.vue index 63e173ddf..34d043531 100644 --- a/docs/pages/ktable.vue +++ b/docs/pages/ktable.vue @@ -17,7 +17,7 @@

Table without sorting functionality

- This is an example to show how KTable can be used without any sorting functionality, for a simple table. Use of slots is optional. + This is an example to show how KTable can be used without any sorting functionality, as a simple table. Use of slots is optional.

@@ -25,7 +25,6 @@ :headers="headers" :rows="rows" caption="Non Sortable Table" - :sortable="false" >