Skip to content

Commit

Permalink
Rearrangement to resolve conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
niyid committed Sep 24, 2019
1 parent e705186 commit fe75046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ public void updateItem(final BondListItem item, boolean empty) {
};
}
});
tableView.getColumns().add(column);
column.setComparator(Comparator.comparing(BondListItem::getAmount));
column.setSortType(TableColumn.SortType.ASCENDING);
tableView.getColumns().add(column);
tableView.getSortOrder().add(column);

column = new AutoTooltipTableColumn<>(Res.get("dao.bond.table.column.lockTime"));
Expand Down

0 comments on commit fe75046

Please sign in to comment.