mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
2745 disable column hiding leaving sorting enabled for content viewer ETable
This commit is contained in:
parent
cf3230b246
commit
545a149dbe
@ -98,6 +98,7 @@ public class DataContentViewerArtifact extends javax.swing.JPanel implements Dat
|
||||
});
|
||||
resultsTable.setCellSelectionEnabled(true);
|
||||
resultsTable.getTableHeader().setReorderingAllowed(false);
|
||||
resultsTable.setColumnHidingAllowed(false);
|
||||
resultsTable.getColumnModel().getSelectionModel().setSelectionMode(javax.swing.ListSelectionModel.SINGLE_INTERVAL_SELECTION);
|
||||
updateColumnSizes();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user