Suggestions for ultra-simple editable table control?
I'm relatively new to jQuery but so far have been really enjoying it!
My project du jour is to implement a small editable table in my web page. I'm talking 2 columns (both dropdown lists), and I would be very surprised if it ever had more than 3 rows.
I need the usual operations (add/edit/delete) but what I would really like, is to have a table that doesn't communicate with the server during the editing. When the user hits the form submit button, I'd like the whole page to get sent to the server at once.
I'm starting the process of evaluating the many plugins I see out there, are there recommendations on which ones I should focus on?
Thanks!
Chris