reflex-components-dataeditor
Reflex dataeditor components.
What it is and what it does
reflex-components-dataeditor is a component library for the Reflex web framework that adds data table editing capabilities to Reflex applications. It provides UI components specifically designed to render and interact with tabular data in a grid format, similar to a spreadsheet interface.
The package is a thin wrapper around Reflex's component system, depending on reflex-base and reflex-components-core to function. It is intended for developers building Reflex web applications who need to let users view or edit structured data in a table. The package itself is lightweight and installs cleanly with no external system dependencies.
Use it for:
- Add editable data tables to Reflex dashboards for user data entry and correction.
- Display and allow modification of database records in a web UI without custom form building.
- Build admin interfaces where users need to bulk-edit tabular data in a grid.
- Create data import/review workflows where users can inspect and adjust data before submission.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides data table editing components for Reflex web applications, enabling interactive grid-based data manipulation within the Reflex framework.
Yes, if you are building a Reflex application and need table editing UI. Low install friction, permissive license, and active maintenance make it a straightforward addition. No known vulnerabilities. Verify first that the component's feature set (column types, validation, data binding) matches your use case, as the fact sheet does not detail those capabilities.
Install
reflex-components-dataeditor on PyPI
pip
pip install reflex-components-dataeditoruv
uv add reflex-components-dataeditorpoetry
poetry add reflex-components-dataeditorInstalling reflex-components-dataeditor
Before you install
Low install friction with a pure Python wheel. Actively maintained as of 109 days since latest release. Depends on reflex-base and reflex-components-core, both framework components.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install reflex-components-dataeditor
import reflex as rx
from reflex_components_dataeditor import DataEditor
# Use DataEditor component in your Reflex app
Requires Python 3.10 or later.
Verify before relying
- Whether DataEditor supports real-time data synchronization or is read-only.
- What data formats (CSV, JSON, database) the component can directly consume.
- Performance characteristics with large datasets.
- Customization options for column types, validation, or cell rendering.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — reflex-base, reflex-components-core |
| Maintenance | actively maintained — 109 days since the last release |
| First released | |
| Downloads | 227,696/month — #9,170 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: reflex_components_dataeditor-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-codeProvides reusable code display components for…
permissive · top 15,000 on PyPI
reflex-components-gridjsProvides Reflex components for integrating…
permissive · top 15,000 on PyPI
reflex-components-markdownProvides Reflex components for rendering and…
permissive · top 15,000 on PyPI
reflex-components-radixProvides Radix UI component bindings for…
permissive · top 15,000 on PyPI
reflex-baseProvides core type definitions and shared…
permissive · top 15,000 on PyPI
reflex-components-momentProvides Reflex UI components for moment-based…
permissive · top 15,000 on PyPI
reflex-components-rechartsProvides Recharts charting components for use…
permissive · top 15,000 on PyPI
reflex-components-coreProvides a collection of UI components for…
permissive · top 15,000 on PyPI
reflex-components-plotlyProvides Plotly chart and graph components for…
permissive · top 15,000 on PyPI
reflex-hosting-cliA command-line tool for managing Reflex…
permissive · top 15,000 on PyPI