sortable_output {sortable} | R Documentation |
Widget output function for use in Shiny.
Description
Widget output function for use in Shiny.
Usage
sortable_output(input_id, width = "0px", height = "0px")
Arguments
input_id |
output variable to use for the sortable object |
width |
Fixed width for widget (in css units). The default is
|
height |
Fixed height for widget (in css units). The default is
|
[Package sortable version 0.5.0 Index]