--- id: reflex-components-gridjs version: "0.9.1" license: Apache-2.0 license_treatment: permissive maintenance: active --- # reflex-components-gridjs — Reflex gridjs components. License: permissive · Maintenance: active · Downloads: 227.7K/mo ## 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 above — 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 pip install reflex-components-gridjs uv add reflex-components-gridjs 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_current - Install friction: low - Maintenance: active - Downloads: 227.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags reflex grid.js components, reflex data table, reflex gridjs integration, reflex table component, web framework table widget, reflex-framework, data-tables, ui-components [View on SkillFed](https://skillfed.io/packages/reflex-components-gridjs) · [View on PyPI](https://pypi.org/project/reflex-components-gridjs/)