-
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)