kpi_table_box: Create a table Box

Description Usage Arguments Value

View source: R/box_extensions.R

Description

Create a table Box

Usage

1
2
3
4
kpi_table_box(..., id = NULL, title = NULL, metric_list = NULL,
  footer = NULL, status = "primary", info, solidHeader = TRUE,
  background = NULL, width = 6, height = NULL, collapsible = FALSE,
  collapsed = FALSE)

Arguments

id

is the unique id of html elemnt.

title

is the title of the Table box.

footer

is the footer of the table box.

background

is the backgroundcolor of box.

width

id the width of the box.

height

is the heigth of the box.

collapsible

is the box should be collapsibe.

collapsed

is the box is collapsed.

metriclist

is list of matrix.

solidheader

is the header of the table box.

Value

<div class="col-sm-6"> <div class="box box-solid box-primary"> <div class="box-body"> <div class="row"> tableBox Enter Title </div> </div> </div> </div>


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