Skip to content

Commit

Permalink
feat: set unsortable configuration list in connection window
Browse files Browse the repository at this point in the history
  • Loading branch information
akardapolov committed Nov 8, 2020
1 parent 7334393 commit 14fe506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ashv/src/main/java/gui/connect/ConnectToDbArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ private void init_gui(){
tableConn.setHorizontalScrollEnabled(true);
tableConn.setEditable(false);
tableConn.setVisibleRowCount(10);
tableConn.setSortable(false);

TableSelectionHandler tableSelectionHandler = new TableSelectionHandler();
isActiveColumnCellRenderer isActiveColumnCellRenderer = new isActiveColumnCellRenderer();
Expand Down

0 comments on commit 14fe506

Please sign in to comment.