awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·20 viewsfacebook.github.io/fixed-data-table↗

Fixed Data Table

Fixed-data-table is a React component library designed for rendering large datasets within structured, scrollable grid interfaces. It functions as a virtualized table, optimizing performance by rendering only the rows currently visible within the viewport.

The library distinguishes itself through its focus on maintaining context during navigation, utilizing fixed-header layouts and synchronized scroll state management. It employs index-based data access to map information to specific grid coordinates, allowing for modular cell customization and flexible column configuration.

The component supports comprehensive table presentation management, including column resizing and row height adjustments. It provides programmatic control over scroll behavior, enabling the synchronization of table movement with external interface elements or custom gestures.

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 history

Star history chart for facebookarchive/fixed-data-tableStar history chart for facebookarchive/fixed-data-table

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Fixed Data Table

Similar open-source projects, ranked by how many features they share with Fixed Data Table.
  • schrodinger/fixed-data-table-2schrodinger avatar

    schrodinger/fixed-data-table-2

    1,304View on GitHub↗

    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
    View on GitHub↗1,304
  • autodesk/react-base-tableAutodesk avatar

    Autodesk/react-base-table

    1,536View on GitHub↗

    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
    View on GitHub↗1,536
  • alibaba/ali-react-tablealibaba avatar

    alibaba/ali-react-table

    979View on GitHub↗

    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
    View on GitHub↗979
  • sadmann7/shadcn-tablesadmann7 avatar

    sadmann7/shadcn-table

    6,172View on GitHub↗

    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
    View on GitHub↗6,172
See all 30 alternatives to Fixed Data Table→

Frequently asked questions

What does facebookarchive/fixed-data-table do?

Fixed-data-table is a React component library designed for rendering large datasets within structured, scrollable grid interfaces. It functions as a virtualized table, optimizing performance by rendering only the rows currently visible within the viewport.

What are the main features of facebookarchive/fixed-data-table?

The main features of facebookarchive/fixed-data-table are: Data Grid Customization, Data Tables and Grids, Data Table Components, Windowed Rendering, Virtualized Data Tables, Management Tables, Large Dataset Explorers, Table Column Sizing.

What are some open-source alternatives to facebookarchive/fixed-data-table?

Open-source alternatives to facebookarchive/fixed-data-table include: 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…

Curated searches featuring Fixed Data Table

Hand-picked collections where Fixed Data Table appears.
  • React Table and Data Grid Components