Skip to contents

Tabulator Widget

Functions to create and setup a Tabulator widget

tabulator()
HTML widget to work with tabular data
tabulator_options()
Setup options for tabulator() HTML widget
set_options_group_by()
Set group by options
set_options_pagination()
Set pagination options

Column Settings

Functions to update the default column settings

set_column_defaults()
Set column defaults
set_editor()
Set editor
set_header_filter()
Set header filter
set_multi_column_header()
Set multi column header
set_tooltip()
Set tooltip
for_each_col()
Apply a column setter function to multiple columns

Column Settings since v0.1.2.9000

Future functions that are available since v0.1.2.9000

set_column_editor_input()
The input editor allows entering of a single line of plain text
set_column_editor_numeric()
The numeric editor allows for numeric entry with a number type input element with increment and decrement buttons.
set_column_editor_text_area()
The textarea editor allows entering of multiple lines of plain text
modify_col_def()
Modify column definition

Column Formatters

Functions to set column formatters

set_formatter_color()
Set color formatter
set_formatter_datetime()
Set datetime formatter
set_formatter_html()
Set HTML formatter
set_formatter_image()
Set image formatter
set_formatter_link()
Set link formatter
set_formatter_money()
Set money formatter
set_formatter_plaintext()
Set plain text formatter
set_formatter_progress()
Set progress formatter
set_formatter_star()
Set star rating formatter
set_formatter_textarea()
Set text area formatter
set_formatter_tick_cross()
Set tick cross formatter
set_formatter_toggle_switch()
Set toggle switch formatter
set_formatter_traffic_light()
Set traffic light formatter

Calculations

set_calculation()
Set calculation

Shiny Integration

tabulatorOutput() renderTabulator()
Shiny bindings for rtabulator
tabulatorContext()
Context object to update a tabulator() HTML widget
add_row()
Add row to table
delete_selected_rows()
Delete selected rows from table
trigger_download()
Download table data
trigger_get_data()
Submit data to R
trigger_get_sheet_data()
Submit sheet data to R
undo()
Undo changes
redo()
Redo changes

Utils

Utitily functions

spreadsheet_def()
Spreadsheet definition for tabulator() HTML widget

Data Sets

titanic()
Titanic data set