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

facebookarchive/fixed-data-tableArchived

0
View on GitHub↗
4,269 Stars·539 Forks·JavaScript·4 Aufrufefacebook.github.io/fixed-data-table↗

Fixed Data Table

Fixed-data-table ist eine React-Komponentenbibliothek, die für das Rendern großer Datensätze innerhalb strukturierter, scrollbarer Grid-Interfaces entwickelt wurde. Sie fungiert als virtualisierte Tabelle und optimiert die Leistung, indem nur die Zeilen gerendert werden, die aktuell innerhalb des Viewports sichtbar sind.

Die Bibliothek zeichnet sich durch ihren Fokus auf die Wahrung des Kontexts während der Navigation aus, wobei Fixed-Header-Layouts und synchronisiertes Scroll-State-Management genutzt werden. Sie verwendet indexbasierten Datenzugriff, um Informationen auf spezifische Grid-Koordinaten abzubilden, was modulare Zellanpassungen und flexible Spaltenkonfigurationen ermöglicht.

Die Komponente unterstützt umfassendes Tabellenpräsentationsmanagement, einschließlich Spaltengrößenänderung und Zeilenhöhenanpassungen. Sie bietet programmatische Kontrolle über das Scroll-Verhalten, was die Synchronisierung der Tabellenbewegung mit externen Interface-Elementen oder benutzerdefinierten Gesten ermöglicht.

Features

  • Data Grid Customization - Provides a frontend data grid interface for displaying large datasets with support for column resizing and custom cell rendering.
  • Data Tables and Grids - Organizes complex information into structured and resizable table layouts for navigating large sets of data.
  • Data Table Components - Implements a React data table component for rendering large datasets with fixed headers and columns.
  • Windowed Rendering - Optimizes performance by rendering only the rows currently visible within the viewport using windowed rendering techniques.
  • Virtualized Data Tables - Optimizes performance by rendering only visible rows within a scrollable container using virtualized table techniques.
  • Management Tables - Enables comprehensive table presentation management, including row height adjustments and column resizing.
  • Large Dataset Explorers - Provides an interactive interface optimized for the exploration and visualization of large-scale tabular datasets.
  • Table Column Sizing - Provides configuration for column widths and rendering rules to ensure consistent and readable table layouts.
  • React Components - Ships as a modular and reusable React component library for consistent data presentation.
  • Large List Renderers - Enables efficient rendering of massive datasets in a scrollable view while maintaining context with fixed headers.
  • Compositional Headers - Implements compositional headers that remain fixed during vertical scrolling to maintain context for the user.
  • Scroll State Controllers - Exposes scroll position via props to allow synchronization between multiple table sections or external UI elements.
  • Component-Based Cell Rendering - Provides a mechanism for injecting custom React components into grid cells to allow flexible and modular data formatting.

Star-Verlauf

Star-Verlauf für facebookarchive/fixed-data-tableStar-Verlauf für facebookarchive/fixed-data-table

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 Fixed Data Table

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

Häufig gestellte Fragen

Was macht facebookarchive/fixed-data-table?

Fixed-data-table ist eine React-Komponentenbibliothek, die für das Rendern großer Datensätze innerhalb strukturierter, scrollbarer Grid-Interfaces entwickelt wurde. Sie fungiert als virtualisierte Tabelle und optimiert die Leistung, indem nur die Zeilen gerendert werden, die aktuell innerhalb des Viewports sichtbar sind.

Was sind die Hauptfunktionen von facebookarchive/fixed-data-table?

Die Hauptfunktionen von facebookarchive/fixed-data-table sind: Data Grid Customization, Data Tables and Grids, Data Table Components, Windowed Rendering, Virtualized Data Tables, Management Tables, Large Dataset Explorers, Table Column Sizing.

Welche Open-Source-Alternativen gibt es zu facebookarchive/fixed-data-table?

Open-Source-Alternativen zu facebookarchive/fixed-data-table sind unter anderem: schrodinger/fixed-data-table-2 — This project is a data grid library designed for building complex, interactive tables within React applications. It… autodesk/react-base-table — React Base Table is a library of reusable interface components designed for building complex, responsive data grids… alibaba/ali-react-table — This library is a high-performance data grid component for React applications, designed to manage and display large… sadmann7/shadcn-table — This project is a React data table component integrated with shadcn/ui. It provides a set of tabular data grids that… nadbm/react-datasheet — react-datasheet is a React data grid component and tabular editor that provides an interactive spreadsheet interface.… comcast/react-data-grid — react-data-grid is a high-performance table component for React designed to render large datasets using…

Open-Source-Alternativen zu Fixed Data Table

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Fixed Data Table.
  • 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
  • autodesk/react-base-tableAvatar von Autodesk

    Autodesk/react-base-table

    1,536Auf GitHub ansehen↗

    React Base Table is a library of reusable interface components designed for building complex, responsive data grids within web applications. It provides a high-performance foundation for rendering large datasets by utilizing window-based row virtualization, which ensures the user interface remains responsive even when displaying extensive collections of data. The library distinguishes itself through flexible layout and navigation capabilities, including support for hierarchical data structures that can be rendered as expandable tree rows. It allows for precise control over table geometry thro

    TypeScriptcomponentgridreact
    Auf GitHub ansehen↗1,536
  • 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
  • sadmann7/shadcn-tableAvatar von sadmann7

    sadmann7/shadcn-table

    6,172Auf GitHub ansehen↗

    This project is a React data table component integrated with shadcn/ui. It provides a set of tabular data grids that support sorting, filtering, and pagination. The implementation includes a virtualizing data grid and an infinite scroll table, which allow for the rendering of large datasets by loading records incrementally or displaying only the items visible in the viewport. It also functions as a real-time collaborative table, enabling multiple users to manage and edit shared datasets simultaneously. The component covers interactive data management and complex data visualization. This incl

    TypeScript
    Auf GitHub ansehen↗6,172
Alle 30 Alternativen zu Fixed Data Table anzeigen→