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

https://github.com/imdurgeshpal/javascript-add-remove-rows-columns-in-html-table

Create HTML Table and Add/Remove Rows/Column Using JavaScript. Fill data in input fields and store into local storage.
https://github.com/imdurgeshpal/javascript-add-remove-rows-columns-in-html-table

columns css css3 html html5 input javascript rows table table-of-contents

Last synced: 9 months ago
JSON representation

Create HTML Table and Add/Remove Rows/Column Using JavaScript. Fill data in input fields and store into local storage.

Awesome Lists containing this project

README

          

# JavaScript-Add-Remove-Rows-Columns-in-HTML-Table

- Open index.html

For adding the Row/Column
- Select the Row/Column after which the new row/column will be added.

For Deleting the Row/Column
- Select the Row/Column which you want to delete.

- You can fill the data in the input field of the Table that will be saved into local storage of browser.