On Tue, Apr 5, 2011 at 10:06 AM, alessio c <viandant...@gmail.com> wrote:
> yes I do. I need more basic stuff then that and I need tables. Think of this
> as tentative to reduce Excel use (which is killing me).

I feel your pain

what i'm currently doing is to use jqGrid as a frontend for tables.  i
wrote a small framework adaptor that lets me write a small class with
a Queryset, a few column description and optionally some extra data
transformations.  the superclasses take care of generating the JS
description and AJAX-handling views.

the advantage of jqGrid is that it makes very easy to handle record
selection, add/edit/delete/search operations, and sometimes in-cell
editing.  in sum, the users don't miss so much their excel sheets.

i plan to eventually share the python code; but it's still in heavy
flux, every new project demands significant modifications.

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to