View Single Post
  #1   (View Single Post)  
Old 29th May 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default Ajax dynamic table/spreadsheet

I need to set up a dynamic table or spreadsheet for a project I am doing. The table should be filled from a SQL query. Javascript should replace a row of the table with a form on an onClick event, and ajax the changes to the server for insertion into the database onBlur. I will need to provide a blank row for inserting new items, and a perhaps a button to delete as well.

This seems to be standard stuff, but I haven't been able to find any examples. Can someone point me to an example I could work from (or slurp?). I'd prefer not to reinvent this wheel, if I don't have to. Extra points for one that uses php/postgres, because that is what I am implementing this in.

Yeah, I know. It's a "Send me teh codez". Sorry about that.
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote