views:

564

answers:

1

Using the jQuery library, not any other JavaScript library, if you were to create a grid input for your users, one that allowed users to insert new data, change the description of existing data and delete data, would you do that using an html table with html tr and td tags, or is there some other method of displaying a sheet of data?

+3  A: 

You might want to take a look at a grid plugin, such as jqGrid.

Justin Ethier
Thanks, but I have the feeling that my client is going to want a lot of customization. So I don't feel comfortable handing the data off to a plugin. Not that there's anything wrong with that...
cf_PhillipSenn
No problem - you may just want to have a quick look at this one, though. It is very customizable and you may find it flexible enough to meet your needs.
Justin Ethier