Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhimasri/b-editable-table
A Bootstrap Vue editable table for editing cells using built-in Bootstrap form elements
https://github.com/muhimasri/b-editable-table
bootstrap bootstrapvue editable-cell editable-table table vue vuejs
Last synced: 19 days ago
JSON representation
A Bootstrap Vue editable table for editing cells using built-in Bootstrap form elements
- Host: GitHub
- URL: https://github.com/muhimasri/b-editable-table
- Owner: muhimasri
- License: mit
- Created: 2021-06-04T23:58:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:41:00.000Z (about 1 year ago)
- Last Synced: 2024-11-10T04:22:39.836Z (about 2 months ago)
- Topics: bootstrap, bootstrapvue, editable-cell, editable-table, table, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.62 MB
- Stars: 33
- Watchers: 2
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BootstrapVue Editable Table
BootstrapVue Editable Table provides new features to [BootstrapVue Table](https://bootstrap-vue.org/docs/components/table) that easily enable cell/row editing, input validation, and other gems while keeping existing functionalities of the original table intact!
- **Get Started**:
- [Setup](https://b-editable-table.muhimasri.com/guide/)
- [Basic Usage](https://b-editable-table.muhimasri.com/guide/basic-usage.html)
- [Playground](https://b-editable-table.muhimasri.com/)
- **Code Examples**:
- [Edit Cell](https://b-editable-table.muhimasri.com/guide/basic-usage.html)
- [Edit Row](https://b-editable-table.muhimasri.com/guide/row-editing.html)
- [Add, Update and Remove Rows](https://b-editable-table.muhimasri.com/guide/add-update-and-remove-rows.html)
- [Input Validation](https://b-editable-table.muhimasri.com/guide/input-validation.html)
- [Load Data via Rest API](https://b-editable-table.muhimasri.com/guide/load-data-via-rest-api.html)![Demo](https://github.com/muhimasri/b-editable-table/blob/main/images/demo.gif)