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 @@
- 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.
- The KTable
can be used with local sorting functionality, allowing you to sort data on the client side without the need for server requests. There are 4 permissible data types - string
,numeric
,date
and others
. Columns declared with others
data type are not sortable. This example demonstrates a table with local sorting enabled.
+ The KTable
can be used with default sorting functionality, allowing you to sort data on the client side without the need for server requests. There are 4 permissible data types - string
,numeric
,date
and others
. Columns declared with others
data type are not sortable. This example demonstrates a table with default sorting enabled.