awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Autodesk avatar

Autodesk/react-base-table

0
View on GitHub↗
1,536 星标·170 分支·TypeScript·MIT·6 次浏览autodesk.github.io/react-base-table↗

React Base Table

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 through proportional column sizing and automatic container tracking, while enabling users to pin specific columns to the viewport edges to maintain visibility during horizontal scrolling.

Developers can create highly tailored data displays by injecting custom components directly into table cells and applying styling overrides to meet specific design requirements. The system automatically adjusts to changes in the parent container size, ensuring that the table layout remains consistent across different screen dimensions and interface configurations.

Features

  • React UI Component Libraries - Provides a collection of reusable interface components for building complex, responsive data tables.
  • Large Dataset Explorers - Optimizes the display of thousands of rows using virtualization to keep the interface responsive.
  • Component-Based Cell Rendering - Allows developers to inject custom components directly into table cells for highly tailored data displays.
  • Virtualization Scroll Calculators - Renders only the visible subset of data rows by calculating scroll offsets to maintain high performance.
  • Virtualized Data Grids - Offers a flexible virtualized data grid library with support for column pinning and hierarchical tree structures.
  • Virtualized Data Tables - Optimizes performance by rendering only the visible portion of large datasets to maintain a responsive user interface.
  • Tree-Based Table Renderers - Organizes and renders nested data structures as expandable tree rows to allow exploration of parent-child relationships.
  • Hierarchical Data Explorers - Organizes and renders complex nested data structures as expandable tree rows for hierarchical navigation.
  • Hierarchical Tree Traversers - Processes nested data structures into a flat list of renderable rows to support expandable tree rows.
  • Table Column Sizing - Distributes column widths proportionally across the container to ensure content fills available space.
  • Customizable UI Components - Provides high levels of visual and functional customization for data displays through component injection and style overrides.
  • Column Pinning - Fixes specific columns in place during horizontal scrolling to ensure critical data remains visible.
  • Dynamic Component Layouts - Adjusts child element dimensions automatically to match parent containers for responsive layouts.
  • Flexible Layout Systems - Allows adjusting column widths using fixed or flexible sizing to ensure the table fits its parent element.
  • Layout Observation - Monitors parent container dimensions to trigger automatic layout recalculations using observer patterns.
  • Responsive Grid Layouts - Builds flexible table interfaces that automatically adjust to fit various screen sizes and layouts.
  • Responsive Table Containers - Updates table dimensions automatically in response to parent container size changes.
  • Proportional Sizing Logic - Determines column widths and table dimensions by applying proportional sizing logic.

Star 历史

autodesk/react-base-table 的 Star 历史图表autodesk/react-base-table 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 React Base Table 的精选搜索

收录 React Base Table 的精选合集。
  • React 表格与数据网格组件

React Base Table 的开源替代方案

相似的开源项目,按与 React Base Table 的功能重合度排序。
  • schrodinger/fixed-data-table-2schrodinger 的头像

    schrodinger/fixed-data-table-2

    1,304在 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
    在 GitHub 上查看↗1,304
  • facebookarchive/fixed-data-tablefacebookarchive 的头像

    facebookarchive/fixed-data-table

    4,269在 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
    在 GitHub 上查看↗4,269
  • comcast/react-data-gridComcast 的头像

    Comcast/react-data-grid

    7,637在 GitHub 上查看↗

    react-data-grid is a high-performance table component for React designed to render large datasets using virtualization. It functions as a virtualizing data table that optimizes memory and performance by rendering only the rows and columns currently visible on the screen. The project provides a customizable spreadsheet interface featuring cell editing, column resizing, and pinned rows. It also acts as a hierarchical data grid, supporting row grouping and tree structures to organize complex nested information. The grid covers wide-ranging data management and display capabilities, including mul

    TypeScriptreactreact-data-grid
    在 GitHub 上查看↗7,637
  • coreui/coreui-free-react-admin-templatecoreui 的头像

    coreui/coreui-free-react-admin-template

    4,940在 GitHub 上查看↗

    This project is a React-based administrative template and UI kit designed for building dashboards. It provides a comprehensive collection of pre-styled layouts, an accessible component library, and a Sass-based UI framework for creating administrative interfaces. The template is specifically structured as an AI-optimized project, utilizing coding patterns and organization designed to help AI assistants generate consistent, production-ready React code. It features a flexible styling system using Sass variables and CSS custom properties to support customizable light and dark themes. The kit co

    JavaScriptadminadmin-dashboardadmin-panel
    在 GitHub 上查看↗4,940
查看 React Base Table 的所有 30 个替代方案→

常见问题解答

autodesk/react-base-table 是做什么的?

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.

autodesk/react-base-table 的主要功能有哪些?

autodesk/react-base-table 的主要功能包括:React UI Component Libraries, Large Dataset Explorers, Component-Based Cell Rendering, Virtualization Scroll Calculators, Virtualized Data Grids, Virtualized Data Tables, Tree-Based Table Renderers, Hierarchical Data Explorers。

autodesk/react-base-table 有哪些开源替代品?

autodesk/react-base-table 的开源替代品包括: schrodinger/fixed-data-table-2 — This project is a data grid library designed for building complex, interactive tables within React applications. It… facebookarchive/fixed-data-table — Fixed-data-table is a React component library designed for rendering large datasets within structured, scrollable grid… comcast/react-data-grid — react-data-grid is a high-performance table component for React designed to render large datasets using… coreui/coreui-free-react-admin-template — This project is a React-based administrative template and UI kit designed for building dashboards. It provides a… swimlane/ngx-datatable — ngx-datatable is a feature-rich data table component for Angular applications designed to display and manage large… alibaba/ali-react-table — This library is a high-performance data grid component for React applications, designed to manage and display large…