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