4 个仓库
React-based UI components for rendering high-performance, virtualized tabular data grids with support for complex layouts and user interactions.
Distinct from Grid Layout Rendering: Distinct from Grid Layout Rendering: focuses on high-performance, virtualized React components for large datasets rather than general-purpose DOM-based time grid layouts.
Explore 4 awesome GitHub repositories matching user interface & experience · Data Grid Components. Refine with filters or upvote what's useful.
This library is a React component designed for rendering high-performance data grids. It provides a structured framework for displaying large datasets by utilizing window-based row virtualization, which ensures that only the visible portion of the data is rendered to the document object model. The component distinguishes itself through advanced layout and navigation capabilities, including native support for sticky headers and columns that remain anchored during scrolling. Developers can exercise imperative control over the table viewport to navigate to specific indices or pixel offsets, whil
The library presents structured information in a grid format with support for custom column definitions, cell rendering, and flexible layout configurations to suit various data types.
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
Provides a collection of modular components for building complex, interactive tables with resizable columns and custom cell rendering.
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
Offers a high-performance React table component with virtual scrolling and custom cell rendering.
这是一个专为 React 应用设计的高性能数据网格组件。它提供了一个声明式框架,通过使用基于 Canvas 的绘图引擎而非传统的 DOM 节点,来渲染大规模数据集和复杂的表格结构。 该库的核心优势在于其窗口化虚拟化引擎,通过仅渲染网格的可见部分来保持恒定的内存占用。它通过基于坐标的映射将指针交互转换为特定的单元格引用,并支持将外部应用状态和主题直接注入 Canvas 环境,以确保自定义单元格渲染器之间的数据访问一致性。 该网格支持复杂的布局配置,包括冻结行和列、合并单元格以及可调整大小的表头。它还提供了将信息组织成层级化树状结构的工具,以表示嵌套的数据关系。该库以一组 React 原语的形式分发,可集成到现有的 Web 应用中,用于管理复杂数据界面的滚动状态和布局协调。
Ships a high-performance virtualized data grid component designed for React applications.