Skip to contents

Create tables

reactable()
Create an interactive data table

Customize columns

colDef()
Column definitions
colGroup()
Column group definitions
colFormat()
Column formatting options

Customize tables

reactableTheme()
Theme options
reactableLang()
Language options

Use in Shiny apps

reactableOutput() renderReactable()
Shiny bindings for reactable
updateReactable()
Update a reactable instance
getReactableState()
Get the state of a reactable instance

Custom server data backends

reactableServerInit() reactableServerData()
Create custom server-side data backends for Shiny
resolvedData()
The result from handling a server-side data request