Browse Source

DT options

static
Maxime Wack 6 years ago
parent
commit
c2ce5037be
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      app.R

+ 4
- 1
app.R View File

@@ -241,7 +241,10 @@ server <- shinyServer(function(input, output, session)
tableEtudiant()
else
tableVilleSpe()
}, options = list(paging = F, searching = F, info = F)
},
options = list(paging = F, searching = F, info = F),
selection = "none",
rownames = F
)
})



Loading…
Cancel
Save