Table.indexOf(
TableColumn column)
Searches the receiver's list starting at the first column
(index 0) until a column is found that is equal to the
argument, and returns the index of that column.
void
Table.setSortColumn(
TableColumn column)
Sets the column used by the sort indicator for the receiver.