Can you clarify by what you mean when you say "scroll through the table back and forth"?
This is pretty easy to implement using CSS/HTML and isn't relevant to Django in particular -- but maybe I'm simply misunderstanding your question :) On Fri, Aug 3, 2012 at 3:08 PM, Charles Norton <[email protected]>wrote: > I would like to create a simple table in a Django template that can > scroll. I am interested in finding a sample from which I can learn. If > someone would point me to a sample, I would appreciate it. > > The application would be having a 10 line table, 55 water meter > information rows, and being able to scroll though the table back and forth. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/fx_k-K3-ApIJ. > To post to this group, send email to [email protected]. > 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. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

