From 31f0f61fd5f9081e6f3ee30e46ff1ab8e076e347 Mon Sep 17 00:00:00 2001 From: callmeroot Date: Mon, 17 Jun 2024 22:01:53 +0530 Subject: [PATCH 1/2] Added date sorting --- docs/pages/playground.vue | 124 +++++++++++++++++++++++++++------- lib/composables/useSorting.js | 12 +--- 2 files changed, 101 insertions(+), 35 deletions(-) diff --git a/docs/pages/playground.vue b/docs/pages/playground.vue index 8a14e7c15..e545c7cf5 100644 --- a/docs/pages/playground.vue +++ b/docs/pages/playground.vue @@ -2,16 +2,18 @@

KTable Component Example

-

Sortable Table with Local Sorting

+ + +

Local Sorting Table

-

Sortable Table with Backend Sorting

+ +

Backend Sorting Table

+
+ {{ loadingMessage }} +
+ +
+ Data is loading. Please wait... +
- + \ No newline at end of file