Skip to content

v0.4.0: editable Shiny tables get a typeahead column

Latest

Choose a tag to compare

@olajoke olajoke released this 11 Jun 15:51
  • New autocomplete column (column_def(action = "autocomplete", auto_complete_opts = ...)): typeahead-style cell editing that suggests values from a known list while still letting users commit any text.

  • New get_grid_data() Shiny helper: returns the live grid contents as a reactive data frame.

  • Fix: renderCheetah() no longer stacks a new grid on top of the old one when its reactive dependencies change (#51)