https://github.com/dogukanayd/basic-vue-data-table
Basic VueJS Data Table
https://github.com/dogukanayd/basic-vue-data-table
datatable datatables-plugin es6-javascript javascript table vue-cli-3 vue-component vue-components vuejs
Last synced: about 1 month ago
JSON representation
Basic VueJS Data Table
- Host: GitHub
- URL: https://github.com/dogukanayd/basic-vue-data-table
- Owner: dogukanayd
- License: mit
- Created: 2018-10-16T17:29:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T00:38:18.000Z (about 6 years ago)
- Last Synced: 2025-03-29T20:51:15.429Z (about 2 months ago)
- Topics: datatable, datatables-plugin, es6-javascript, javascript, table, vue-cli-3, vue-component, vue-components, vuejs
- Language: Vue
- Homepage:
- Size: 7.56 MB
- Stars: 41
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basic-data-table
Why did I make this?I needed a data table not too complicated for a small job. But the shared data tables were very complex and comprehensive. I needed something small and simple. That's why I wanted to share it with people who could meet their small needs like me.
You can search by;
name, email, address, phone
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```