hot_table: Set table-level settings.

View source: R/rhot.R

hot_tableR Documentation

Set table-level settings.

Description

Set table-level settings.

Usage

hot_table(
  hot,
  autoColumnSize = NULL,
  autoRowSize = NULL,
  autoWrapCol = NULL,
  autoWrapRow = NULL,
  colHeaders = TRUE,
  columnHeaderHeight = NULL,
  colWidths = NULL,
  dragToScroll = NULL,
  enterMoves = NULL,
  fixedColumnsLeft = NULL,
  fixedRowsBottom = NULL,
  fixedRowsTop = NULL,
  fragmentSelection = NULL,
  language = NULL,
  manualColumnFreeze = NULL,
  manualColumnMove = NULL,
  manualColumnResize = NULL,
  manualRowMove = NULL,
  manualRowResize = NULL,
  maxCols = NULL,
  maxRows = NULL,
  mergeCells = NULL,
  minCols = NULL,
  minRows = NULL,
  observeDOMVisibility = NULL,
  outsideClickDeselects = NULL,
  rowHeaders = NULL,
  rowHeaderWidth = NULL,
  rowHeights = NULL,
  search = NULL,
  selectionMode = NULL,
  stretchH = "none",
  tabMoves = NULL,
  titles = NULL,
  undo = NULL,
  validate_upon_creation = NULL,
  ...
)

Arguments

colHeaders

Logical, by default colHeaders is set to TRUE and rhot sets the column headers using the colnames of the provided dataframe. To set the column headers you should use the title parameter. To set a single column's header you should use the title parameter of hot_column().

titles

Set all column titles at once. Must be character vector of length one or ncol(data).

validate_upon_creation

something to validate the initial data

...

passed onto handsontable as table-level settings.


Paul-A-Kavan/rhot documentation built on Oct. 29, 2022, 8:07 a.m.