Skip to content

Commit 6299884

Browse files
committed
Note that sticky columns don't work if fullWidth = FALSE
1 parent 102f95f commit 6299884

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

R/columns.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
#'
7979
#' If a sticky column is in a column group, all columns in the group will
8080
#' automatically be made sticky, including the column group header.
81+
#'
82+
#' Sticky columns do not work if `fullWidth` is set to `FALSE` in `reactable()`.
8183
#' @param class Additional CSS classes to apply to cells. Can also be an R function
8284
#' that takes the cell value, row index, and column name as arguments, or a [JS()]
8385
#' function that takes a row info object, column object, and table state object

man/colDef.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)