blob: e7fab7202a652326e3a1217533e3a16e53656e44 [file] [log] [blame]
Hao Zhu501fb452017-07-05 14:37:13 -04001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/scroll_box.R
3\name{scroll_box}
4\alias{scroll_box}
5\title{Put a HTML table into a scrollable box}
6\usage{
7scroll_box(kable_input, height = NULL, width = NULL)
8}
9\arguments{
10\item{kable_input}{A HTML kable object}
11
12\item{height}{A character string indicating the height of the box, e.g. "50px"}
13
14\item{width}{A character string indicating the width of the box, e.g. "100px"}
15}
16\description{
17This function will put a HTML kable object in a fixed-height,
18fixed-width or both box and make it scrollable.
19}