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. And perhaps even a search function.
On the template side you often only have to create a html table and tell the javascript to do its job.
Reinout -- Reinout van Rees - [email protected] - http://reinout.vanrees.org Programmer at http://www.nelen-schuurmans.nl "Military engineers build missiles. Civil engineers build targets" -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

