Hi all,

I have some questions regarding the creating a table using newform.

Assuming I have a model named Shelf, which has five fields:
item_number(int), item_name(char), item_order(int),  item_level(int),
and taken(boolean).

How can I display all the items in a tabular format using the newform?
and each entry can be editable?  something like this,

   number        name      order    level     taken
     1               a              1          1         yes
     2               b              1          2          no

the last question is, how can I add more records directly from the
table form? In other words, there is an "add" button, so that the user
can directly append the editable table to add more records. does it
have to be done using javascript?

Many thanks.

Caster
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to