diff --git a/docs/pages/ktable.vue b/docs/pages/ktable.vue index 9c4384a03..7a49a3a46 100644 --- a/docs/pages/ktable.vue +++ b/docs/pages/ktable.vue @@ -73,13 +73,13 @@ - +
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
,number
,date
and undefined
. Columns declared with undefined
data type are not sortable. This example demonstrates a table with default sorting enabled.