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

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Sat Aug 25 04:29:29 EDT 2007


Gerardo Herzig a écrit :
> 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.

FWIW, Pylons have all sorts of javascript/ajax helpers (using 
prototype.js).




More information about the Python-list mailing list