stimulus_grid_rails: user editable data grid for Rails + Hotwire
I just released stimulus_grid_rails v0.1.0 — Rails + Hotwire bindings for a server-driven, multi-user editable data grid over Turbo Streams and Action Cable. No React, no client-side grid framework, no JS build step.
Define columns once in Rails, render a partial, and get live editable cells with optimistic updates, validation, conflict handling, computed columns, row create/delete, bulk paste, undo/redo, tenant-scoped streams, and windowed loading for 50–100K+ rows.
Install with bundle add stimulus_grid_rails.
Gem: https://rubygems.org/gems/stimulus_grid_rails
Source + docs: https://github.com/schappim/stimulus_grid
Post a comment