From dd1fc0388761afa3ff8d10ae3350574dd3b4a278 Mon Sep 17 00:00:00 2001 From: michelelotito Date: Tue, 3 Jan 2023 16:41:37 +0100 Subject: [PATCH] fixed selected Row #12, added noItemText prop #13 --- README.md | 3 + dev/App.vue | 2 +- dev/TableShow.vue | 36 +- package-lock.json | 2548 +----------------------------------- package.json | 4 +- src/components/TVTable.vue | 19 +- 6 files changed, 95 insertions(+), 2517 deletions(-) diff --git a/README.md b/README.md index 3427eaf..04404e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Tailwind Vue Data Table +![](https://img.shields.io/badge/Vue3-318534?logo=vuedotjs&logoColor=white&style=flat-square) +![](https://img.shields.io/badge/Tailwind-6899C7?logo=tailwindcss&logoColor=white&style=flat-square) + Simple DataTable with slots, class and style modification for tr and td, sortable by columns (only graphics with click event). Contains the TVPaginator component that can be disabled via prop or used in stand-alone mode. diff --git a/dev/App.vue b/dev/App.vue index 10fe735..0ac7dbb 100644 --- a/dev/App.vue +++ b/dev/App.vue @@ -1,7 +1,7 @@