Learn R Programming

nextGenShinyApps (version 2.1)

sortablegrid: Generate a sortable grid

Description

A grid that holds draggable items

Usage

sortablegrid(..., width = 6, id = NULL)

Value

HTML code of a container that allows items within it to be draggable

Arguments

...

The elements to include within the body of the grid

width

The width of the grid

id

unique id of grid

Examples

Run this code
 sortablegrid("item1",width=12)

Run the code above in your browser using DataLab