3

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?

1 Answer 1

4

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

Sign up to request clarification or add additional context in comments.

3 Comments

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...
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.
@cfPhillipSenn - Glad to see you accepted this as an answer. As far as jQuery grid libraries go, this is, by far, the best.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.