-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.13 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.13 KB
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
# Generated by roxygen2: do not edit by hand
export(add_row)
export(delete_selected_rows)
export(for_each_col)
export(modify_col_def)
export(redo)
export(renderTabulator)
export(set_calculation)
export(set_column_defaults)
export(set_column_editor_input)
export(set_column_editor_numeric)
export(set_column_editor_text_area)
export(set_editor)
export(set_formatter_color)
export(set_formatter_datetime)
export(set_formatter_html)
export(set_formatter_image)
export(set_formatter_link)
export(set_formatter_money)
export(set_formatter_plaintext)
export(set_formatter_progress)
export(set_formatter_star)
export(set_formatter_textarea)
export(set_formatter_tick_cross)
export(set_formatter_toggle_switch)
export(set_formatter_traffic_light)
export(set_header_filter)
export(set_multi_column_header)
export(set_options_group_by)
export(set_options_pagination)
export(set_tooltip)
export(spreadsheet_def)
export(tabulator)
export(tabulatorContext)
export(tabulatorOutput)
export(tabulator_options)
export(titanic)
export(trigger_download)
export(trigger_get_data)
export(trigger_get_sheet_data)
export(undo)
import(htmlwidgets)
importFrom(utils,modifyList)