Skip to content

Commit

Permalink
Fixed sort after selection problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Aug 21, 2017
1 parent 1100433 commit d6098bc
Show file tree
Hide file tree
Showing 2 changed files with 841 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class DataTable extends Component {
totalRecords: null,
lazy: false,
sortField: null,
sortOrder: 1,
sortOrder: null,
multiSortMeta: null,
sortMode: 'single',
emptyMessage: "No records found",
Expand Down
Loading

0 comments on commit d6098bc

Please sign in to comment.