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

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

Awesome Lists containing this project

README

          

# Datatables-Edit

![Made with Love in India](https://madewithlove.org.in/badge.svg)

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