Re: styling tables in django

2019-09-01 Thread Kean
Thanks Jani, I will look at the tutorial. Best, K On 1 Sep 2019, at 11:17, Jani Tiainen wrote: > Hi. > > Templates are just a text and very common thing is to render templates as > html. > > So there is no magic involved what comes to styling. It is just CSS which > would make your tables

Re: styling tables in django

2019-09-01 Thread Jani Tiainen
Hi. Templates are just a text and very common thing is to render templates as html. So there is no magic involved what comes to styling. It is just CSS which would make your tables styled. And that is beyond Django. If you want to use CSS file as included as a link in html header part there

styling tables in django

2019-08-31 Thread Kean
Hi, New to Django, appreciate the guidance, I'm looking to style template so both header and data records are note wrapped. please see current setup. Please can anyone help with the template code, appreciate, it's not quite django, but more bootstrap4 django. Best, K -- You received