A Reflex component wrapper for Grid.js, providing a modern, responsive, and feature-rich data grid for Python web apps. Version 0.9.1 supports Reflex 0.6.0+. Released monthly.
pip install reflex-components-gridjsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Reflex app with Grid.js table.
Ensure Reflex version is 0.6.0+; update imports to `from reflex import State as rx.State` if needed.
Convert your data to list-of-lists format before passing to Gridjs.
Replace `resizable=True` with `resize=True`.
No resource links recorded.