Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -466,7 +466,7 @@ server <- function(input, output, session) {
|
|
| 466 |
columnDefs = list(
|
| 467 |
list(className = "dt-left", targets = 0:1),
|
| 468 |
list(className = "dt-center", targets = 2:20),
|
| 469 |
-
list(orderable = FALSE, targets = c(
|
| 470 |
),
|
| 471 |
initComplete = JS("function(settings, json) {
|
| 472 |
$('#loading_msg').hide();
|
|
|
|
| 466 |
columnDefs = list(
|
| 467 |
list(className = "dt-left", targets = 0:1),
|
| 468 |
list(className = "dt-center", targets = 2:20),
|
| 469 |
+
list(orderable = FALSE, targets = c(4, 5))
|
| 470 |
),
|
| 471 |
initComplete = JS("function(settings, json) {
|
| 472 |
$('#loading_msg').hide();
|