> customising templates. I am wondering if there is an easy way to > spice up certain things, such as tables, in a similar way to the admin > interface does. Specifically I'd like sortable/filterable columns at > this time, perhaps with the option to add checkboxes/custom buttons to > each row later (for editing records or selecting multiple records).
Hi, this is not very specific to Django as it is done using custom CSS (layout) and client-side JavaScript (sorting, filtering). For CSS, check out http://www.w3schools.com/css/ or similar (Google for it). For JavaScript, nothing prevents you from checking Admin JS files and reusing those and/or learning from them. Hope it helps a bit Jirka -- 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.

