sortablegrid | R Documentation |
A grid that holds draggable items
sortablegrid(..., width = 6, id = NULL)
... |
The elements to include within the body of the grid |
width |
The width of the grid |
id |
unique id of grid |
HTML code of a container that allows items within it to be draggable
For more information on the features of a sortable grid, visit the examples section of the help documentation
sortablegrid("item1",width=12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.