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
·
rowsncolumns avatar

rowsncolumns/grid

0
View on GitHub↗
633 Stars·87 Forks·TypeScript·5 Aufruferowsncolumns.app↗

Grid

Dieses Projekt ist eine hochperformante Data-Grid-Komponente für React-Anwendungen. Es bietet ein deklaratives Framework zum Rendern umfangreicher Datensätze und komplexer tabellarischer Strukturen, indem es eine Canvas-basierte Rendering-Engine anstelle herkömmlicher DOM-Knoten verwendet.

Die Bibliothek zeichnet sich durch eine Windowed-Virtualization-Engine aus, die den Speicherverbrauch konstant hält, indem nur der sichtbare Teil des Grids gerendert wird. Sie übersetzt Pointer-Interaktionen durch koordinatenbasiertes Mapping in spezifische Zellreferenzen und unterstützt die Injektion von externem Applikations-State und Themes direkt in die Canvas-Umgebung, um einen konsistenten Datenzugriff über benutzerdefinierte Zell-Renderer hinweg zu gewährleisten.

Das Grid unterstützt komplexe Layout-Konfigurationen, einschließlich fixierter Zeilen und Spalten, verbundener Zellen und in der Größe anpassbarer Header. Zudem bietet es Tools zur Organisation von Informationen in hierarchischen, baumbasierten Strukturen, um verschachtelte Datenbeziehungen abzubilden. Die Bibliothek wird als Set von React-Primitives bereitgestellt, die sich in bestehende Webanwendungen integrieren lassen, um den Scroll-Status und das Layout-Reconciliation für komplexe Daten-Interfaces zu verwalten.

Features

  • Data Grid Components - Ships a high-performance virtualized data grid component designed for React applications.
  • High Performance Table Rendering - Renders massive datasets smoothly in the browser using efficient virtualized canvas techniques.
  • Viewport-Based Virtualization - Optimizes memory usage by rendering only the visible portion of the grid through a windowed virtualization engine.
  • Virtualized Data Rendering - Maintains high performance with massive datasets by rendering only the visible portion of the grid during scrolling.
  • Virtualized Data Tables - Optimizes rendering performance by displaying only visible cells to handle massive data volumes efficiently.
  • Hierarchical Data Structures - Organizes tabular information into tree-based layouts to represent nested relationships and grouped data sets.
  • Declarative Reconciliation Engines - Automatically reconciles grid layout configurations with internal coordinate systems whenever the underlying data structure changes.
  • Immediate Mode Canvas Renderers - Provides a high-performance rendering engine that draws grid elements directly onto a canvas using immediate-mode commands.
  • Grid Coordinate Mapping - Maps screen coordinates to grid cells to enable precise interaction handling within the virtualized canvas layout.
  • React Components - Integrates as a set of React primitives for embedding high-performance grids into existing web applications.
  • Declarative UI Frameworks - Provides a declarative framework for defining complex grid structures and hierarchical data relationships.
  • Context-Based Theme Injection - Injects application state and themes into the canvas environment using React context providers for consistent data access.
  • Hierarchical Data Displays - Provides tools for displaying and navigating nested or grouped information within a tree-based tabular structure.
  • Frozen Grid Elements - Supports complex grid configurations including frozen rows, columns, and resizable headers for professional tabular interfaces.
  • Programmatic Grid Data Synchronization - Synchronizes scroll positions and grid state with application logic to maintain interface alignment during user interactions.
  • Complex Grid Layouts - Enables the development of sophisticated data grids with custom layouts, merged cells, and advanced header configurations.

Star-Verlauf

Star-Verlauf für rowsncolumns/gridStar-Verlauf für rowsncolumns/grid

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

Kuratierte Suchen mit Grid

Handverlesene Sammlungen, in denen Grid vorkommt.
  • Tabellen- und Data-Grid-Komponenten für React

Open-Source-Alternativen zu Grid

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Grid.
  • bvaughn/react-virtualizedAvatar von bvaughn

    bvaughn/react-virtualized

    27,072Auf GitHub ansehen↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    JavaScriptgridlistlistview
    Auf GitHub ansehen↗27,072
  • 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
  • schrodinger/fixed-data-table-2Avatar von schrodinger

    schrodinger/fixed-data-table-2

    1,304Auf GitHub ansehen↗

    This project is a data grid library designed for building complex, interactive tables within React applications. It provides a suite of modular components that enable the display of structured information, supporting both custom cell rendering and flexible column configurations to accommodate diverse data presentation needs. The library is built to handle large datasets by utilizing virtualized rendering, which ensures high performance by only processing the subset of rows currently visible within the viewport. It distinguishes itself through support for dynamic row heights and programmatic s

    JavaScript
    Auf GitHub ansehen↗1,304
  • 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
Alle 30 Alternativen zu Grid anzeigen→

Häufig gestellte Fragen

Was macht rowsncolumns/grid?

Dieses Projekt ist eine hochperformante Data-Grid-Komponente für React-Anwendungen. Es bietet ein deklaratives Framework zum Rendern umfangreicher Datensätze und komplexer tabellarischer Strukturen, indem es eine Canvas-basierte Rendering-Engine anstelle herkömmlicher DOM-Knoten verwendet.

Was sind die Hauptfunktionen von rowsncolumns/grid?

Die Hauptfunktionen von rowsncolumns/grid sind: Data Grid Components, High Performance Table Rendering, Viewport-Based Virtualization, Virtualized Data Rendering, Virtualized Data Tables, Hierarchical Data Structures, Declarative Reconciliation Engines, Immediate Mode Canvas Renderers.

Welche Open-Source-Alternativen gibt es zu rowsncolumns/grid?

Open-Source-Alternativen zu rowsncolumns/grid sind unter anderem: bvaughn/react-virtualized — react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements… react-component/table — This library is a React component designed for rendering high-performance data grids. It provides a structured… schrodinger/fixed-data-table-2 — This project is a data grid library designed for building complex, interactive tables within React applications. It… alibaba/ali-react-table — This library is a high-performance data grid component for React applications, designed to manage and display large… comcast/react-data-grid — react-data-grid is a high-performance table component for React designed to render large datasets using… adazzle/react-data-grid — react-data-grid is a high-performance tabular interface for rendering and manipulating large datasets within a React…