sorting column in scala.swing.Table

how to do this ?
using the peer JTable in scala.swing.Table doesn't run for me. The rows
don't move
Using directly JTable in Java with setAutoCreateRowSorter(true) runs
correctly as shown in this example from Oracle :
http://docs.oracle.com/javase/tutorial/displayCode.html?code=http://docs...

Copyright © 2013 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland