Sort by manufacturer by default
This commit is contained in:
parent
c4ffc663bf
commit
cdf8594f5b
@ -154,6 +154,7 @@ public class ComponentPresetTable extends JTable {
|
||||
this.setModel(tableModel);
|
||||
this.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
|
||||
this.setRowSorter(sorter);
|
||||
sorter.toggleSortOrder(2); // Sort by the first column (manufacturer) by default
|
||||
|
||||
for ( TableColumn hiddenColumn : hiddenColumns ) {
|
||||
tableColumnModel.setColumnVisible(hiddenColumn, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user