reflex-components-gridjs
Reflex gridjs components.
What it is and what it does
reflex-components-gridjs wraps Grid.js, a JavaScript table library, as reusable components for the Reflex web framework. It allows developers to add interactive data tables to Reflex applications without writing raw JavaScript, bridging the gap between Reflex's Python-first component model and Grid.js's table functionality.
The package is a thin integration layer—it exports Reflex components that render Grid.js tables in the browser. Developers import these components and use them within Reflex's declarative UI model. The package has low install friction, depending only on reflex-base, and is actively maintained with recent releases.
Use it for:
- Display structured data in interactive tables within a Reflex web application
- Build admin dashboards or data management interfaces using Reflex with Grid.js tables
- Add sortable, filterable table views to Reflex apps without custom JavaScript
- Integrate Grid.js table functionality into existing Reflex projects
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Reflex components for integrating Grid.js, a JavaScript data table library, into Reflex web applications.
Yes, if you are building Reflex applications and need Grid.js table components. Low install friction, permissive license, active maintenance, and no known vulnerabilities make it a straightforward addition. Verify that the exposed Grid.js features match your table requirements before committing.
Install
reflex-components-gridjs on PyPI
pip
pip install reflex-components-gridjsuv
uv add reflex-components-gridjspoetry
poetry add reflex-components-gridjsInstalling reflex-components-gridjs
Before you install
Low friction installation with a single runtime dependency on reflex-base. Active maintenance status with a recent release cycle.
License in practice
Apache-2.0 permissive license allows use in commercial and open-source projects with minimal restrictions.
Quickstart
pip install reflex-components-gridjs
from reflex_components_gridjs import gridjs_component
# Use gridjs_component in your Reflex app
Requires Python 3.10 or later; depends on reflex-base runtime dependency.
Verify before relying
- What Grid.js features are exposed through these components (sorting, filtering, pagination, etc.)
- Whether this package includes documentation or examples for integrating gridjs tables into Reflex apps
- Performance characteristics when rendering large datasets
- Compatibility with specific Reflex versions beyond the base dependency
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — reflex-base |
| Maintenance | actively maintained — 109 days since the last release |
| First released | |
| Downloads | 227,669/month — #9,171 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: reflex_components_gridjs-0.9.1-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
reflex-components-dataeditorProvides data table editing components for…
permissive · top 15,000 on PyPI
reflex-components-react-playerProvides Reflex components that wrap the…
permissive · top 15,000 on PyPI
reflex-components-radixProvides Radix UI component bindings for…
permissive · top 15,000 on PyPI
reflex-components-rechartsProvides Recharts charting components for use…
permissive · top 15,000 on PyPI
reflex-components-codeProvides reusable code display components for…
permissive · top 15,000 on PyPI
reflex-components-plotlyProvides Plotly chart and graph components for…
permissive · top 15,000 on PyPI
reflex-components-momentProvides Reflex UI components for moment-based…
permissive · top 15,000 on PyPI
reflex-components-coreProvides a collection of UI components for…
permissive · top 15,000 on PyPI
reflex-components-markdownProvides Reflex components for rendering and…
permissive · top 15,000 on PyPI
reflexReflex is a Python framework for building…
permissive · top 15,000 on PyPI