fixing sorting in webui

This commit is contained in:
2018-04-05 16:30:44 -04:00
parent f69ec5b9f2
commit 3280360d47
4 changed files with 5 additions and 52 deletions

View File

@@ -136,7 +136,7 @@ class TorrentListTable extends React.Component {
<TableColumnReordering order={this.state.columnOrder} onOrderChange={this.changeColumnOrder} />
<IntegratedSelection />
<TableSelection selectByRowClick highlightSelected showSelectAll />
<TableHeaderRow allowSorting allowResizing allowDragging />
<TableHeaderRow showSortingControls allowSorting allowResizing allowDragging />
</Grid>
</Paper>
);