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

schrodinger/fixed-data-table-2

0
View on GitHub↗
1,304 stars·287 forks·JavaScript·20 viewsschrodinger.github.io/fixed-data-table-2↗

Fixed Data Table 2

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 scroll control, allowing for precise navigation and layout adjustments even when managing thousands of data entries.

Beyond core rendering, the library facilitates user interaction through features such as resizable columns and touch-friendly scrolling. Developers can define custom data fields and encapsulate complex cell logic into reusable components, ensuring consistent formatting and behavior across different parts of an application interface.

Features

  • Dynamic Data Tables - Provides a high-performance data grid component for React applications, featuring dynamic row heights, resizable columns, and programmatic scroll control for large datasets.
  • Data Grid Components - Provides a collection of modular components for building complex, interactive tables with resizable columns and custom cell rendering.
  • Large List Renderers - Displays thousands of rows efficiently using virtualized rendering to maintain smooth scrolling performance.
  • Component-Based Cell Rendering - Delegates the rendering of individual cell content to modular sub-components for flexible and reusable data presentation.
  • Windowed Rendering - Renders only the subset of rows currently visible within the viewport to maintain high performance with massive datasets.
  • Virtualized Data Tables - Implements window-based virtualized rendering to efficiently display thousands of rows by only processing the subset currently visible within the viewport.
  • React Development - Provides high-performance data grid components specifically designed for React applications.
  • Table View Management - Improves user control over data views through column resizing and programmatic navigation tools.
  • Dynamic Row Mapping - Maps custom data sources to table rows using index-based lookups for automatic cell population.
  • Index-Based Data Access - Maps table rows to data sources using integer indices to ensure constant-time lookups during rendering.
  • Large Dataset Explorers - Optimizes the display of large datasets in web browsers through efficient virtualized rendering techniques.
  • Table Column Sizing - Provides structural configuration options including fixed headers, resizable columns, and scrollable areas.
  • Configurable Column Definitions - Allows definition of data fields with specific widths and custom renderers for structured tabular layouts.
  • Absolute Positioning - Calculates precise pixel coordinates for table elements to manage complex scrolling and fixed header positioning.
  • Interactive Data Grid Manipulations - Handles interactive tabular data requiring programmatic navigation, resizable columns, and variable row heights.
  • Reusable Cell Type-Safety - Encapsulates complex cell logic and styling into modular, reusable components for consistent formatting.
  • Reusable UI Components - Creates modular and reusable table components that provide a consistent experience across desktop and mobile devices.
  • Programmatic Height Adjustments - Supports dynamic row height adjustments while maintaining accurate scroll positions for smooth navigation.
  • Scroll Synchronization - Coordinates touch and mouse input events across multiple table sections to ensure fluid movement and consistent scroll state.
  • Scroll Position Maintenance - Provides programmatic scroll control to jump to specific rows or columns while maintaining responsive touch-based scrolling.
  • Table Row Management - Enables programmatic control over row presentation and navigation to ensure data accessibility.
  • Touch and Drag Interactions - Facilitates user interaction through touch-friendly scrolling and programmatic controls for table navigation.

Star history

Star history chart for schrodinger/fixed-data-table-2Star history chart for schrodinger/fixed-data-table-2

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

Frequently asked questions

What does schrodinger/fixed-data-table-2 do?

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.

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

The main features of schrodinger/fixed-data-table-2 are: Dynamic Data Tables, Data Grid Components, Large List Renderers, Component-Based Cell Rendering, Windowed Rendering, Virtualized Data Tables, React Development, Table View Management.

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

Open-source alternatives to schrodinger/fixed-data-table-2 include: facebookarchive/fixed-data-table — Fixed-data-table is a React component library designed for rendering large datasets within structured, scrollable grid… 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… rowsncolumns/grid — This project is a high-performance data grid component designed for React applications. It provides a declarative… react-component/table — This library is a React component designed for rendering high-performance data grids. It provides a structured… addepar/ember-table — Ember Table is a component library designed for rendering high-performance data grids and virtualized lists within…

Open-source alternatives to Fixed Data Table 2

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

    facebookarchive/fixed-data-table

    4,269View on GitHub↗

    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 su

    JavaScript
    View on GitHub↗4,269
  • 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
  • rowsncolumns/gridrowsncolumns avatar

    rowsncolumns/grid

    633View on GitHub↗

    This project is a high-performance data grid component designed for React applications. It provides a declarative framework for rendering large-scale datasets and complex tabular structures by utilizing a canvas-based drawing engine instead of traditional document object model nodes. The library distinguishes itself through a windowed virtualization engine that maintains constant memory usage by rendering only the visible portion of the grid. It translates pointer interactions into specific cell references through coordinate-based mapping and supports the injection of external application sta

    TypeScriptcanvasdatagriddeclarative
    View on GitHub↗633
See all 30 alternatives to Fixed Data Table 2→

Curated searches featuring Fixed Data Table 2

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