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" >