Skip to content

Commit

Permalink
Update TokensTablePanel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 28, 2025
1 parent 7e7b838 commit 1d192cc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ public TokensTablePanel() {

table.setColumnControlVisible(true);

for(int i : model.defaultHiddenColumns())
table.getColumnExt(model.getColumnName(i)).setVisible(false);

UITools.initTableVisibility(table, model);

panneauHaut.add(buzy);
add(new JScrollPane(table), BorderLayout.CENTER);
Expand Down

0 comments on commit 1d192cc

Please sign in to comment.