feat(ui): add column visibility and drag-and-drop reordering support (#13198)

This commit is contained in:
Sebastian Rindom
2025-09-01 14:03:56 +02:00
committed by GitHub
parent 5a46372afd
commit 2a94dbd243
19 changed files with 1846 additions and 310 deletions

View File

@@ -81,6 +81,9 @@
"vitest": "^3.0.5"
},
"dependencies": {
"@dnd-kit/core": "^6.0.0",
"@dnd-kit/sortable": "^7.0.0",
"@dnd-kit/utilities": "^3.2.0",
"@medusajs/icons": "2.10.1",
"@tanstack/react-table": "8.20.5",
"clsx": "^1.2.1",