gtable: gtable

Description Usage Arguments

Description

gtable

Usage

1
2
3
4
5
6
  gtable(items, multiple = FALSE, chosencol = 1,
    handler = NULL, action = NULL, container, ...,
    width = NULL, height = NULL, ext.args = list(),
    store.args = list(),
    selection = if (multiple) "multiple" else "single",
    paging = NULL, col.widths = 1, buffer = 100)

Arguments

items

data frame to view. Columns with class 'Icon' are rendered as icons.

multiple

If TRUE, then more than one row can be selected. See also selection where a checkbox can be provided to make a selection.

chosencol.

By default, svalue returns this column for the selected rows. The drop=FALSE argument may be specified to return the rows.

selection

one of 'single', 'multiple', or 'checkbox'. Defaults to choice of multiple. The 'checkbox' options gives intuitive checkboxes for selection.

col.widths

A numeric value. Recycled to length given by number of columns in items. The relative width of each column.


jverzani/gWidgetsWWW2.rapache documentation built on May 20, 2019, 5:19 a.m.