sortable table in python 3.0

P

Peter Pei

In one of my program, I used something called MultiColumnList, which is one
of the sortable table widgets done in python. However 3.0 sort is different.
I googled and found couple of other implementations, but all in python
3.0 -.

Does anyone know any solution in 3.0? or anything that has already been
upgraded to 3.0? Thanks.
 
M

Martin v. Löwis

Peter said:
In one of my program, I used something called MultiColumnList, which is
one of the sortable table widgets done in python. However 3.0 sort is
different. I googled and found couple of other implementations, but all
in python 3.0 -.

Does anyone know any solution in 3.0? or anything that has already been
upgraded to 3.0? Thanks.

You need to use the key= argument to sort.

Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top