[Zope] Which for small table: ZODB, TinyTable, Gadfly, MySQL?

kapil thangavelu kthangavelu@earthlink.net
Wed, 31 Jul 2002 11:28:25 -0700


On Wednesday 31 July 2002 12:54 pm, you wrote:
> I've got a static table of 60 rows consisting of:
>       firstname, lastname, department, email, telephone
> and I'd like to display this list in a table that can be sorted by clicking
> on the column headings.
>
> Considering the size, what would be the 'best practices' way of doing this?
> a) creating objects and searching through ZODB,
> b) TinyTablePlus product
> c) Gadfly database
> d) MySQL database (seems like overkill)

> e) something else??

if it doesn't bother you, javascript can do this fairly easily. there several 
are sortable javascript table scripts on the net.

-kapil