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.
- Host: GitHub
- URL: https://github.com/imdurgeshpal/javascript-add-remove-rows-columns-in-html-table
- Owner: imdurgeshpal
- Created: 2018-02-22T14:53:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T15:02:04.000Z (about 8 years ago)
- Last Synced: 2025-03-21T17:52:56.101Z (about 1 year ago)
- Topics: columns, css, css3, html, html5, input, javascript, rows, table, table-of-contents
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.