Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhimasri/vue-editable-table-example
Example to how to create an editable dynamic table with Bootstrap Vue
https://github.com/muhimasri/vue-editable-table-example
bootstrap javascript table vue vuejs
Last synced: about 1 month ago
JSON representation
Example to how to create an editable dynamic table with Bootstrap Vue
- Host: GitHub
- URL: https://github.com/muhimasri/vue-editable-table-example
- Owner: muhimasri
- Created: 2021-05-31T22:51:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T22:59:33.000Z (almost 3 years ago)
- Last Synced: 2023-05-04T03:25:56.559Z (over 1 year ago)
- Topics: bootstrap, javascript, table, vue, vuejs
- Language: Vue
- Homepage: https://muhimasri.com/blogs/create-an-editable-dynamic-table-with-bootstrap-vue
- Size: 327 KB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Editable Dynamic Table Using Vue Bootstrap
This repository is an example to demonstrate how to create an editable table with Vue Bootstrap. Please refer to [this article](https://muhimasri.com/blogs/create-an-editable-dynamic-table-with-bootstrap-vue/) for a comprehensive guide.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).