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

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).

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.