https://github.com/bansal/vue-table
Data table built in Vue-3 from scratch with sorting and pagination. No 3rd party dependency
https://github.com/bansal/vue-table
datatable vue vue3 vuejs
Last synced: 3 months ago
JSON representation
Data table built in Vue-3 from scratch with sorting and pagination. No 3rd party dependency
- Host: GitHub
- URL: https://github.com/bansal/vue-table
- Owner: bansal
- Created: 2022-06-20T07:44:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T07:49:49.000Z (over 3 years ago)
- Last Synced: 2025-02-21T18:43:51.035Z (11 months ago)
- Topics: datatable, vue, vue3, vuejs
- Language: Vue
- Homepage: https://vue-table.pages.dev/
- Size: 283 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-table
## Project setup
```sh
npm install
```
### Compiles and hot-reloads for development
```sh
npm run serve
```
### Compiles and minifies for production
```sh
npm run build
```
### Lints and fixes files
```sh
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).