Wednesday, December 19, 2018

Re: bootstrap for vertical (two column spam)

<table>
<thead>
<tr>
<td>
Your table heading
</td>
</tr>
</thead>
<tbody>
{% for title in your_list %}
<tr>
<th>
{{ title }}
</th>
</tr>
{% endfor %}
</tbody>
</table>

On Wed, Dec 19, 2018, 9:59 PM Ketan <automationdba@gmail.com wrote:

Hi,

 

I am facing challenge for creating UI in html5 for Django project. I have almost 100 records (not fixed) in one table with column id and relevant title. I am able to display with horizontal order with <div class="col-md-4"> but I couldn't find bootstrap for vertical display. I request if anyone can provide me workaround.


------------------------------------
    <User Menu>
1.<title>      51.<title>
2.<title>      52.<title>
3.<title>      53.<title>
4.<title>      54.<title>
.. ..
50.<title>   100..<title>
--------------------------------------


Thanks in advance.

Regards,
Ketan

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4eff3be0-b624-46b4-a4e7-d7a9aaac0e8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOXNLNu7873DjdKvtfg9ZyUovrEh5Y_YNUvn6nA8x9-QkBdNBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment