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

@@ -44,7 +44,7 @@
</TableColumn>
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY"/>
<TableView fx:constant="UNCONSTRAINED_RESIZE_POLICY"/>
</columnResizePolicy>
<sortOrder>
<fx:reference source="bestProfit"/>
@@ -62,7 +62,7 @@
</TableColumn>
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY"/>
<TableView fx:constant="UNCONSTRAINED_RESIZE_POLICY"/>
</columnResizePolicy>
<sortOrder>
<fx:reference source="curProfit"/>