Spaces:
Runtime error
Runtime error
Update app.R
Browse files
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 =
|
| 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
|