I simply want to display rows of data in a table. If I scroll past the nth row, I'd like another row to pop up from the bottom. Similarly, I'd like to have another row pushd down from the top if I am scrolling up.
I'm going to go see how to do this outside of Django, first. On Friday, August 3, 2012 3:47:13 PM UTC-4, Kurtis wrote: > > 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 > <octopusgrab...@gmail.com>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 django-users@googlegroups.com. >> To unsubscribe from this group, send email to >> django-users+unsubscr...@googlegroups.com. >> 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 view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/obhewQe_hk4J. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.