-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
65 lines (57 loc) · 1.32 KB
/
_pkgdown.yml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
url: ~
template:
bootstrap: 5
reference:
- title: Tabulator Widget
desc: >
Functions to create and setup a Tabulator widget
contents:
- tabulator
- tabulator_options
- set_options_group_by
- set_options_pagination
- title: Column Settings
desc: >
Functions to update the default column settings
contents:
- set_column_defaults
- set_editor
- set_header_filter
- set_multi_column_header
- set_tooltip
- for_each_col
- title: Column Settings since v0.1.2.9000
desc: >
Future functions that are available since v0.1.2.9000
contents:
- set_column_editor_input
- set_column_editor_numeric
- set_column_editor_text_area
- modify_col_def
- title: Column Formatters
desc: >
Functions to set column formatters
contents:
- starts_with("set_formatter")
- title: Calculations
contents:
- set_calculation
- title: Shiny Integration
contents:
- rtabulator-shiny
- tabulatorContext
- add_row
- delete_selected_rows
- trigger_download
- trigger_get_data
- trigger_get_sheet_data
- undo
- redo
- title: Utils
desc: >
Utitily functions
contents:
- spreadsheet_def
- title: Data Sets
contents:
- titanic