TimStats commited on
Commit
ed28e4a
·
verified ·
1 Parent(s): 13a9386

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -250,7 +250,7 @@ server <- function(input, output, session) {
250
  pageLength = 10,
251
  lengthMenu = c(10, 25, 50, 100),
252
  scrollX = TRUE, # Enable horizontal scrolling
253
- fixedColumns = list(left = 3), # Freeze first 3 columns (Name, ID, Pitch)
254
  columnDefs = list(
255
  list(className = 'dt-center', targets = "_all"),
256
  # Names and identifiers
 
250
  pageLength = 10,
251
  lengthMenu = c(10, 25, 50, 100),
252
  scrollX = TRUE, # Enable horizontal scrolling
253
+ fixedColumns = list(left = 4), # Freeze first 3 columns (Name, ID, Pitch)
254
  columnDefs = list(
255
  list(className = 'dt-center', targets = "_all"),
256
  # Names and identifiers