Sorted value column in Addresses

This commit is contained in:
Mr. Seven 2024-02-20 21:20:01 -05:00
parent ff4ff90bb2
commit bf8a36b674

View file

@ -60,7 +60,7 @@ public class AddressTreeTable extends CoinTreeTable {
return new ReadOnlyObjectWrapper<>(param.getValue().getValue().getValue());
});
amountCol.setCellFactory(p -> new CoinCell());
amountCol.setSortable(false);
amountCol.setSortable(true);
getColumns().add(amountCol);
ContextMenu contextMenu = new ContextMenu();