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: 12 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T22:59:33.000Z (over 4 years ago)
- Last Synced: 2025-05-29T13:58:32.774Z (about 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: 12
- Watchers: 2
- 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/).