measure_box_tabular_UI: Create a tabular box UI

Description Usage Arguments Value

View source: R/box_extensions.R

Description

Create a tabular box UI

Usage

1
measure_box_tabular_UI(id, title = "", column_width = 4, offset = 0)

Arguments

offset

is to set the offset of box.

Id

is the unique id of the HTML elemnt.

Title

is the name of the box.

ColumnWidth

is the width of the box.

Value

<div class="col-sm-6"> <div class="box box-primary " style="background-color: #F8F8FF;"> <div class="box-header"> <strong>Enter Title</strong> </div> <div class="box-body"> <div id="tableBox-tab_box" class="shiny-html-output"></div> </div> </div> </div>


gyang274/ygdashboard documentation built on May 17, 2019, 9:42 a.m.