awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nadbm avatar

nadbm/react-datasheet

0
View on GitHub↗
5,445 Stars·447 Forks·JavaScript·MIT·4 Aufrufenadbm.github.io/react-datasheet↗

React Datasheet

react-datasheet ist eine React-Datengitter-Komponente und ein tabellarischer Editor, der eine interaktive Tabellenkalkulations-Schnittstelle bietet. Er ist für die Verwaltung tabellarischer Daten mit integrierter Unterstützung für Zellbearbeitung und Tastaturnavigation konzipiert.

Das Projekt zeichnet sich durch seine Flexibilität in Rendering und Struktur aus, was den Austausch von Standard-Tabellenelementen durch benutzerdefiniertes Markup wie Listen oder Divs ermöglicht. Es unterstützt benutzerdefiniertes Zell-Rendering durch ein Mapping-System, das Standardzellen basierend auf Zellmetadaten durch spezialisierte Komponenten ersetzt.

Die Komponente deckt breite Funktionen für das Management tabellarischer Daten ab, einschließlich Zustandsverfolgung für Bearbeitungen, Bereichslöschungen und das Einfügen von Daten. Sie bietet zudem Steuerelemente für das Zellverhalten, wie z. B. die Definition des Read-Only-Status und das Spanning von Spalten.

Features

  • Spreadsheet Interfaces - Provides a React-based UI component that emulates spreadsheet software for structured data entry.
  • Tabular Editors - Provides a full-featured spreadsheet-like editor for React with support for bulk data pasting and range deletions.
  • Data Grid Components - Ships an Excel-like data grid component for React with cell editing and keyboard navigation.
  • Data Change Callbacks - Triggers custom callbacks when users perform edits, range deletions, or data pasting.
  • Keyboard Navigation - Implements keyboard-driven focus movement and navigation between cells in a two-dimensional grid.
  • Tabular Data Management Interfaces - Provides an interface for managing two-dimensional data arrays via an interactive spreadsheet.
  • Reactive Grid Renderers - Provides a reactive data grid with built-in cell editing and keyboard navigation.
  • Data Grid Customization - Enables the creation of specialized tables with custom rendering and behavior for complex information.
  • Data Tables - Provides a grid system for interacting with tabular datasets featuring custom rendering and state tracking.
  • Interactive Cell Rendering - Renders table cells as custom React components for rich interactive elements and specialized inputs.
  • Component-Based Cell Rendering - Renders data using custom React components to display specialized inputs and visual indicators.
  • Behavioral - Allows attaching arbitrary attributes to cells to control hints, styling, and interactivity.
  • UI State Callbacks - Provides callbacks that trigger when the visual state of the data grid changes during cell editing.
  • Visual State Reconciliation - Synchronizes the internal data model with the visual table hierarchy through React re-renders.
  • Component Overrides - Provides mechanisms to replace default table components with custom implementations for sheets, rows, and cells.
  • Grid Cell Configurations - Provides tools for defining the read-only status, span, and placement of individual grid cells.
  • Cell Column Spanning - Supports defining column spanning for individual cells via behavioral properties.
  • DOM Element Overrides - Allows the underlying spreadsheet markup to be changed to elements like lists or divs.
  • Table Layout Engines - Implements layout logic to manage cell spanning and styling based on cell metadata.
  • Markup Abstractions - Allows the underlying DOM elements of the grid to be swapped from tables to divs or lists.

Star-Verlauf

Star-Verlauf für nadbm/react-datasheetStar-Verlauf für nadbm/react-datasheet

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht nadbm/react-datasheet?

react-datasheet ist eine React-Datengitter-Komponente und ein tabellarischer Editor, der eine interaktive Tabellenkalkulations-Schnittstelle bietet. Er ist für die Verwaltung tabellarischer Daten mit integrierter Unterstützung für Zellbearbeitung und Tastaturnavigation konzipiert.

Was sind die Hauptfunktionen von nadbm/react-datasheet?

Die Hauptfunktionen von nadbm/react-datasheet sind: Spreadsheet Interfaces, Tabular Editors, Data Grid Components, Data Change Callbacks, Keyboard Navigation, Tabular Data Management Interfaces, Reactive Grid Renderers, Data Grid Customization.

Welche Open-Source-Alternativen gibt es zu nadbm/react-datasheet?

Open-Source-Alternativen zu nadbm/react-datasheet sind unter anderem: denisraslov/react-spreadsheet-grid — This project is a high-performance data grid component for React designed to render large datasets within a… alibaba/ali-react-table — This library is a high-performance data grid component for React applications, designed to manage and display large… react-component/table — This library is a React component designed for rendering high-performance data grids. It provides a structured… olifolkerd/tabulator — Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from… facebookarchive/fixed-data-table — Fixed-data-table is a React component library designed for rendering large datasets within structured, scrollable grid… grid-js/gridjs — Grid.js is a framework-agnostic JavaScript library for rendering interactive data grids. It allows for the display of…

Open-Source-Alternativen zu React Datasheet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit React Datasheet.
  • denisraslov/react-spreadsheet-gridAvatar von denisraslov

    denisraslov/react-spreadsheet-grid

    1,173Auf GitHub ansehen↗

    This project is a high-performance data grid component for React designed to render large datasets within a spreadsheet-style interface. It provides a framework for displaying structured tabular information while enabling complex cell-based interactions and data management tasks. The component distinguishes itself through its support for spreadsheet-like editing workflows, including keyboard-driven navigation and the ability to inject custom components into individual cells. Users can dynamically manage the grid layout by resizing columns and organizing headers, ensuring the interface adapts

    JavaScriptdata-gridexcelgrid
    Auf GitHub ansehen↗1,173
  • alibaba/ali-react-tableAvatar von alibaba

    alibaba/ali-react-table

    979Auf GitHub ansehen↗

    This library is a high-performance data grid component for React applications, designed to manage and display large datasets. It provides a declarative configuration system that allows developers to define table structures, data sources, and feature toggles through a structured object schema. The library distinguishes itself through a flexible layout engine that supports complex UI requirements, such as pinning headers and specific columns to viewport edges during scrolling. It utilizes virtualized rendering to maintain interface responsiveness by displaying only the visible subset of data, e

    TypeScriptreactreact-tabletable
    Auf GitHub ansehen↗979
  • react-component/tableAvatar von react-component

    react-component/table

    1,372Auf GitHub ansehen↗

    This library is a React component designed for rendering high-performance data grids. It provides a structured framework for displaying large datasets by utilizing window-based row virtualization, which ensures that only the visible portion of the data is rendered to the document object model. The component distinguishes itself through advanced layout and navigation capabilities, including native support for sticky headers and columns that remain anchored during scrolling. Developers can exercise imperative control over the table viewport to navigate to specific indices or pixel offsets, whil

    TypeScript
    Auf GitHub ansehen↗1,372
  • olifolkerd/tabulatorAvatar von olifolkerd

    olifolkerd/tabulator

    7,550Auf GitHub ansehen↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    JavaScriptajaxcdnjsdata
    Auf GitHub ansehen↗7,550
Alle 30 Alternativen zu React Datasheet anzeigen→