Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)