It would be great to select multiple rows using a shortcut (e.g. shift+click) instead of having to click each row individually.
Thanks in advance!
It would be great to select multiple rows using a shortcut (e.g. shift+click) instead of having to click each row individually.
Thanks in advance!
No that I know off. Maybe you could create the functionality yourself? For example, create an observeEvent input$your_datatable_rows selected, and set
input$your_datatable_rows selected < - seq(
min(input$your_datatable_rows selected),
max(input$your_datatable_rows selected)
But maybe someone else has a better solution, hope this helps.