forked from rstudio/DT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 975 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export("%>%")
export(DTOutput)
export(JS)
export(addRow)
export(clearSearch)
export(coerceValue)
export(dataTableAjax)
export(dataTableOutput)
export(dataTableProxy)
export(datatable)
export(formatCurrency)
export(formatDate)
export(formatPercentage)
export(formatRound)
export(formatSignif)
export(formatString)
export(formatStyle)
export(reloadData)
export(renderDT)
export(renderDataTable)
export(replaceData)
export(saveWidget)
export(selectCells)
export(selectColumns)
export(selectPage)
export(selectRows)
export(styleColorBar)
export(styleEqual)
export(styleInterval)
export(tableFooter)
export(tableHeader)
export(updateCaption)
export(updateSearch)
import(stats)
import(utils)
importFrom(htmltools,HTML)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,htmlEscape)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,saveWidget)
importFrom(magrittr,"%>%")