Skip to content

Commit 5004d78

Browse files
authored
HParams: Make experiment name column sortable and movable (#6473)
## Motivation for features / changes The experiment name column should always have been movable and sortable but it was created before those properties existed and didn't get updated until now.
1 parent c9a398f commit 5004d78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorboard/webapp/runs/store/runs_reducers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ const {initialState: uiInitialState, reducers: uiNamespaceContextedReducers} =
355355
name: 'experimentName',
356356
displayName: 'Experiment',
357357
enabled: true,
358+
movable: true,
359+
sortable: true,
358360
},
359361
];
360362

0 commit comments

Comments
 (0)