mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Sorted value column in Addresses
This commit is contained in:
parent
ff4ff90bb2
commit
bf8a36b674
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public class AddressTreeTable extends CoinTreeTable {
|
||||||
return new ReadOnlyObjectWrapper<>(param.getValue().getValue().getValue());
|
return new ReadOnlyObjectWrapper<>(param.getValue().getValue().getValue());
|
||||||
});
|
});
|
||||||
amountCol.setCellFactory(p -> new CoinCell());
|
amountCol.setCellFactory(p -> new CoinCell());
|
||||||
amountCol.setSortable(false);
|
amountCol.setSortable(true);
|
||||||
getColumns().add(amountCol);
|
getColumns().add(amountCol);
|
||||||
|
|
||||||
ContextMenu contextMenu = new ContextMenu();
|
ContextMenu contextMenu = new ContextMenu();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue