Re: Creating a html table...

2010-08-05 Thread Reinout van Rees
On 08/05/2010 02:00 PM, ROger wrote: I want to create a html table containing taking from database , this table should be sortable and searchable.. How do i do that?? There are javascript libraries for showing so-called grids. The more elaborate ones allow you to sort on various colums.

Re: Creating a html table...

2010-08-05 Thread Franklin Einspruch
I would start with learning how models work in Django. http://docs.djangoproject.com/en/dev/topics/db/models/ Franklin On Thu, Aug 5, 2010 at 8:00 AM, ROger wrote: > I want  to create a html table containing taking from database , this > table should be sortable and searchable.. > How do

Creating a html table...

2010-08-05 Thread ROger
I want to create a html table containing taking from database , this table should be sortable and searchable.. How do i do that?? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups