Skip to content

Commit

Permalink
null better for sorting than -1 when no dlData
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxPaper committed Sep 28, 2023
1 parent dbec3b5 commit be9e9c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void refresh(TableCell cell) {
}

if (dlData == null){
cell.setSortValue( -1 );
cell.setSortValue( null );
return;
}

Expand Down

0 comments on commit be9e9c3

Please sign in to comment.