Is it reasonably easy easy to something like this with python?

Gerardo Herzig gherzig at fmed.uba.ar
Tue Aug 28 15:31:13 EDT 2007


walterbyrd wrote:

>This is made with a php5 framework called qcodo.
>
>http://examples.qcodo.com/examples/dynamic/inline_editing.php
>
>With qcodo it's easy to make grids that are sortable and inline
>editable. Qcodo grids work from the database - not an xml table or
>array. Qcodo handles complex data relations, and fairly large
>datadabes.
>
>I like python better than php, but I don't know of any python tools to
>create these sorts of grids.
>
>  
>
The one who make that table sorteable is AJAX. Not php. The php part is 
kind of trivial (so it would be `trivial' in python too). It just reads 
some data and format it in an html table.

Cheers.
Gerardo



More information about the Python-list mailing list