Add basic table implementations
parent
3f0d70e8
No related branches found
No related tags found
Showing
- package-lock.json 74 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- src/App.vue 1 addition, 2 deletionssrc/App.vue
- src/assets/main.css 5 additions, 0 deletionssrc/assets/main.css
- src/components/HelloWorld.vue 2 additions, 1 deletionsrc/components/HelloWorld.vue
- src/components/Table.vue 3336 additions, 2 deletionssrc/components/Table.vue
- src/components/TanTable.vue 130 additions, 0 deletionssrc/components/TanTable.vue
- src/router/index.ts 2 additions, 1 deletionsrc/router/index.ts
... | @@ -13,6 +13,9 @@ | ... | @@ -13,6 +13,9 @@ |
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@tanstack/vue-table": "^8.7.6", | |||
"ag-grid-community": "^29.0.0", | |||
"ag-grid-vue3": "^29.0.0", | |||
"vue": "^3.2.45", | "vue": "^3.2.45", | ||
"vue-router": "^4.1.6" | "vue-router": "^4.1.6" | ||
}, | }, | ||
... | ... |
This diff is collapsed.
src/components/TanTable.vue
0 → 100644
Please register or sign in to comment