Sunday, September 1, 2019

Re: Tables in html tag on, won't stack

Hi,
Can I see how you structured your table?

Best wishes,
Rax

On Sat, Aug 17, 2019 at 1:15 AM Kean <keanld1@gmail.com> wrote:
Hi,

Ive created a table which returns all my data in my.html template.

However, the problem is the second record tags onto the end of the first, instead of wrapping,

i.e/

pk     Name   Surname  pk  Name  Surname
1       John     Smith       2    Jane   Smith 

instead of/

PK    Name   Surname
1       John    Smith 
2       Jane    Smith 


Please advise if there is a simple way to wrap the records so they fully stack?

Best,

K

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0703c711-63cc-4668-90c6-4606294d9148%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL%3D9juhhebmX-QEVt-zT2Qk7hAsv9Ro-_jCjJow9LEnX9vmjpw%40mail.gmail.com.

No comments:

Post a Comment