//设置排序
this.tblMain.setColumnMoveable(true);
KDTableHelper.setEnterKeyJumpOrientation(tblMain, KDTableHelper.HORIZON);
for (int i = 0; i < tblMain.getColumnCount(); i++) {
tblMain.getColumn(i).setSortable(true);
}
KDTSortManager sm = new KDTSortManager(tblMain);
sm.setSortAuto(true);