sortablegrid: Generate a sortable grid

View source: R/cards.R

sortablegridR Documentation

Generate a sortable grid

Description

A grid that holds draggable items

Usage

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

Arguments

...

The elements to include within the body of the grid

width

The width of the grid

id

unique id of grid

Value

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

Note

For more information on the features of a sortable grid, visit the examples section of the help documentation

Examples

 sortablegrid("item1",width=12)

nextGenShinyApps documentation built on Nov. 12, 2023, 5:06 p.m.