We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c17f4 commit 55e14abCopy full SHA for 55e14ab
src/main/kotlin/com/coder/gateway/views/steps/CoderWorkspacesStepView.kt
@@ -84,6 +84,7 @@ class CoderWorkspacesStepView(val enableNextButtonCallback: (Boolean) -> Unit) :
84
WorkspaceStatusColumnInfo("Status"))
85
86
private var tableOfWorkspaces = TableView(listTableModelOfWorkspaces).apply {
87
+ setEnableAntialiasing(true)
88
rowSelectionAllowed = true
89
columnSelectionAllowed = false
90
tableHeader.reorderingAllowed = false
0 commit comments