Editable, sortable JS-based table script?
June 6, 2011 10:10 AM Subscribe
I'm looking for a (mostly) pre-made sortable, editable table script that hooks into a mySQL database.
I'm looking for a JS/PHP-based sortable table script like
this or like
this that has the added bonus of, when you click on a cell in the table, makes the cell editable so that when you hit "Enter" or click out of it, it updates the mySQL database with the new value that you put in. (Obviously the table values are pulled from a database, via PHP.) Double extra mega super dooper bonus points if you can edit the values, then have to hit a save button or something to apply the changes so that folks get a chance to make sure they want to apply the changes.
I'd rather not have to make this 100% from scratch, so even if there's something out there that's ~75% what I'm looking for, I'll modify it and go from there.
posted by omnipotentq to computers & internet (8 answers total) 1 user marked this as a favorite
posted by omnipotentq at 10:12 AM on June 6, 2011