changed to svelte headless table for reactive data

This commit is contained in:
2024-09-07 19:33:02 -04:00
parent cbcb07d2f1
commit 5915bb28b8
2 changed files with 99 additions and 139 deletions

View File

@ -16,6 +16,7 @@
"postcss": "^8.4.45",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-headless-table": "^0.18.2",
"svelte-preprocess": "^5.0.3",
"svelte-spa-router": "^4.0.1",
"tailwind-merge": "^2.5.2",
@ -26,9 +27,8 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tanstack/svelte-table": "^8.20.5",
"flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.16",
"moment": "^2.30.1"
}
}
}