I have a task - Input: 1. An array of columns and types of the columns (2 dimensions array) 2. name of the table in SQL 3. table index
Output: Building a dynamic table that show the data from this table. Each row should have 2 buttons - edit and delete. and also an empty row with a button - create.
If i want to edit or delete a row, i dont want to go to another page, i need to use JQuery and after edit - the row should become as something that i can change, and if i delete, it would be deleted.
I know how to build the table (with for loop) But which JQuery to use and how?