https://github.com/shroukmansour/dynamic-table
Creating a dynamic table(Managing number of rows and columns by a button click).
https://github.com/shroukmansour/dynamic-table
ajax bootstrap javascript jquery mysql php
Last synced: 3 months ago
JSON representation
Creating a dynamic table(Managing number of rows and columns by a button click).
- Host: GitHub
- URL: https://github.com/shroukmansour/dynamic-table
- Owner: ShroukMansour
- Created: 2018-01-29T16:03:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T16:18:17.000Z (over 7 years ago)
- Last Synced: 2025-01-10T14:30:51.286Z (5 months ago)
- Topics: ajax, bootstrap, javascript, jquery, mysql, php
- Language: JavaScript
- Size: 600 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic-Table
Creating a dynamic table(Managing number of rows and columns by a button click).The program has follwing functionality on a table, without reloading the page
- Add Row.
- Delete Row.
- Add column.
- Delete Column.
- Reset the table.
If you clicked on a cell it will be shaded, if you clicked again it will be unshaded.
The number of that click is written inside the cell itself.
All data are saved in data base, so when ever you refresh or close the page all data will be saved.