R/combine_padding.R

Defines functions combine_padding

#' Add / remove padding
#'
#' @param session shiny session.
#' @param inputId Input's id to add / remove.
#' @param type 'regular' or 'combine'.
#'
#' @noRd
combine_padding <- function(session, inputId, type = "regular") {
  session$sendCustomMessage(
    type = "method_combine_padding",
    message = list(inputId = inputId, type = type)
  )
}
datastorm-open/shinypivottabler documentation built on Jan. 14, 2023, 9:47 a.m.