DaveM2430 commited on
Commit
139f6a3
·
verified ·
1 Parent(s): c18b609

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
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(19, 20))
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();