https://github.com/gpavanb1/datatables-edit
Extending Bootstrap table using Datatables to include add/edit/delete
https://github.com/gpavanb1/datatables-edit
bootstrap datatables datatables-edit javascript jquery
Last synced: about 1 month ago
JSON representation
Extending Bootstrap table using Datatables to include add/edit/delete
- Host: GitHub
- URL: https://github.com/gpavanb1/datatables-edit
- Owner: gpavanb1
- Created: 2019-12-01T15:04:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T09:07:46.000Z (over 6 years ago)
- Last Synced: 2025-08-18T03:38:58.964Z (10 months ago)
- Topics: bootstrap, datatables, datatables-edit, javascript, jquery
- Language: HTML
- Homepage:
- Size: 91.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datatables-Edit

This repository contains HTML+CSS+JS code
using Datatables for Bootstrap and extending
it to include add/edit/delete options.
The table has following features demonstrated
* search
* pagination
* scroll
* export to CSV, PDF, Excel
* send to printer
* add
* edit
* delete
## How to install and execute
Open `index.html`
## Sample Output

## Whom to contact?
Please direct your queries to [gpavanb1](http://github.com/gpavanb1)
for any questions.
## Acknowledgments
Add/Edit feature was inspired by [this](https://www.tutorialrepublic.com/snippets/preview.php?file=table-with-add-and-delete-row-feature&topic=bootstrap) and written for Datatables