Archived
0

Implements orders list

This commit is contained in:
iMoHax
2014-07-17 21:18:55 +04:00
parent d8c3c16e9c
commit b98d53048c
8 changed files with 103 additions and 17 deletions

View File

@@ -57,7 +57,7 @@
</TableColumn>
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY"/>
<TableView fx:constant="UNCONSTRAINED_RESIZE_POLICY"/>
</columnResizePolicy>
<sortOrder>
<fx:reference source="sortSell"/>
@@ -95,7 +95,7 @@
</TableColumn>
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY"/>
<TableView fx:constant="UNCONSTRAINED_RESIZE_POLICY"/>
</columnResizePolicy>
<sortOrder>
<fx:reference source="sortBuy"/>