Skip to content

Commit

Permalink
[Core] StaticDataTable column freeze fix (#8606)
Browse files Browse the repository at this point in the history
Fixes a regression introduced by #7473.
https://github.com/aces/Loris/pull/7473/files#diff-a2dad6817e8e695e9b53e19bc1bd4195daae329095623a068992de999568828fR555

Notice that the PSCID value is hidden and the columns shifted to the left.
  • Loading branch information
laemtl authored Apr 12, 2023
1 parent ffaf44f commit 5efa90a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jsx/StaticDataTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ class StaticDataTable extends Component {
} else {
$('#dynamictable').DynamicTable();
}
if (this.state.Hide.defaultColumn) {
$('#dynamictable').find('tbody td:eq(0)').hide();
}
}
if (!this.props.DisableFilter) {
// Retrieve module preferences
Expand Down

0 comments on commit 5efa90a

Please sign in to comment.