skillfed

reflex-components-gridjs

Reflex gridjs components.

reflex-components-gridjs v0.9.1 227.7K downloads/30d#9,171 on PyPI
Permissive license Apache-2.0 Active released

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

uv

uv add reflex-components-gridjs

poetry

poetry add reflex-components-gridjs

Installing 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

reflex grid.js componentsreflex data tablereflex gridjs integrationreflex table componentweb framework table widget
reflex-frameworkdata-tablesui-components

More Application Frameworks packages

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

textual

Textual is a Python framework for building…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

mcp

Build and connect to Model Context Protocol…

permissive · top 1,000 on PyPI

Werkzeug

Werkzeug is a WSGI utility library providing…

permissive · top 1,000 on PyPI

reflex-components-dataeditor

Provides data table editing components for…

permissive · top 15,000 on PyPI

reflex-components-react-player

Provides Reflex components that wrap the…

permissive · top 15,000 on PyPI

reflex-components-radix

Provides Radix UI component bindings for…

permissive · top 15,000 on PyPI

reflex-components-recharts

Provides Recharts charting components for use…

permissive · top 15,000 on PyPI

reflex-components-code

Provides reusable code display components for…

permissive · top 15,000 on PyPI

reflex-components-plotly

Provides Plotly chart and graph components for…

permissive · top 15,000 on PyPI

reflex-components-moment

Provides Reflex UI components for moment-based…

permissive · top 15,000 on PyPI

reflex-components-core

Provides a collection of UI components for…

permissive · top 15,000 on PyPI

reflex-components-markdown

Provides Reflex components for rendering and…

permissive · top 15,000 on PyPI

reflex

Reflex is a Python framework for building…

permissive · top 15,000 on PyPI