Skip to content

Commit 259063b

Browse files
author
SherryDong
committed
update columnDefs
1 parent 69304df commit 259063b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ server_Vis <- function(input, output,session) {
295295
},rownames=FALSE,extensions = c('FixedColumns',"FixedHeader"),
296296
options = list(
297297
scrollX = TRUE,fixedColumns=list(leftColumns=4),
298-
columnDefs = list(list(className = 'dt-center')),
298+
columnDefs = list(list(targets = "_all", className = 'dt-center')), # 20250120
299299
filter='top',
300300
pageLength = 5)
301301
)

0 commit comments

Comments
 (0)