NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 458 forks source link

Submitting multiple different Values when submit button is clicked #222

Closed Chris-Pyro closed 4 years ago

Chris-Pyro commented 4 years ago

Description

Hey, I have a huge Table that has editable cells. what i want to do is have the changed values updated or inserted into my database when the user clicks a button. I cant get it to work. I do have a SQL query for inserting new values to the given ids but i can't figure out how to do it from the table.

I need to somehow set the cell ids and values and then get them in a form i can send to the DB also I have to look into creating new rows because my table is able to add a new row to it self but i dont know how to also add that to the DB.

Any advice would be greatly appreciated, as i cant seem to find any good help on the web.

NicolasCARPi commented 4 years ago

Hello,

Looking at the examples on this page is a good start.