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

schrodinger/fixed-data-table-2

0
View on GitHub↗
1,304 Stars·287 Forks·JavaScript·7 Aufrufeschrodinger.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-Verlauf

Star-Verlauf für schrodinger/fixed-data-table-2Star-Verlauf für schrodinger/fixed-data-table-2

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 2

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

Open-Source-Alternativen zu Fixed Data Table 2

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Fixed Data Table 2.
  • facebookarchive/fixed-data-tableAvatar von facebookarchive

    facebookarchive/fixed-data-table

    4,269Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,269
  • 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
  • rowsncolumns/gridAvatar von rowsncolumns

    rowsncolumns/grid

    633Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗633
Alle 30 Alternativen zu Fixed Data Table 2 anzeigen→

Häufig gestellte Fragen

Was macht schrodinger/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.

Was sind die Hauptfunktionen von schrodinger/fixed-data-table-2?

Die Hauptfunktionen von schrodinger/fixed-data-table-2 sind: Dynamic Data Tables, Data Grid Components, Large List Renderers, Component-Based Cell Rendering, Windowed Rendering, Virtualized Data Tables, React Development, Table View Management.

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

Open-Source-Alternativen zu schrodinger/fixed-data-table-2 sind unter anderem: 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… rsuite/rsuite — rsuite is a React UI component library and enterprise design system used to build professional web interfaces. It…