Skip to content

Commit 5efa90a

Browse files
authored
[Core] StaticDataTable column freeze fix (#8606)
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.
1 parent ffaf44f commit 5efa90a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jsx/StaticDataTable.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ class StaticDataTable extends Component {
6868
} else {
6969
$('#dynamictable').DynamicTable();
7070
}
71-
if (this.state.Hide.defaultColumn) {
72-
$('#dynamictable').find('tbody td:eq(0)').hide();
73-
}
7471
}
7572
if (!this.props.DisableFilter) {
7673
// Retrieve module preferences

0 commit comments

Comments
 (0)