awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
react-component avatar

react-component/table

0
View on GitHub↗
1,372 स्टार्स·621 फोर्क्स·TypeScript·MIT·9 व्यूज़table-react-component.vercel.app↗

Table

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, while managing complex grid states such as column visibility, sorting, and row expansion through a centralized configuration.

The library supports a wide range of interactive features, including custom cell rendering, column pinning, and the ability to append summary rows for aggregate data. It handles dense information sets by offering flexible column alignment, width control, and text truncation, allowing for the creation of interactive tables that respond to user events like clicks and hovers.

Features

  • High Performance Table Rendering - Implements high-performance virtualized rendering to display large tabular datasets smoothly within the browser.
  • Data Grid Components - 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.
  • Window-Based Virtualizers - Implements window-based row virtualization to render only visible data, ensuring high performance with large datasets.
  • Data Grid Components - Ships a high-performance React component for rendering complex, virtualized data grids.
  • Large Dataset Optimizations - Optimizes performance for large datasets by rendering only the visible portion of the data.
  • Virtualized Rendering - Uses virtualized rendering to maintain smooth scrolling performance when handling large data sets.
  • Data Grid Customization - Provides a comprehensive framework for building complex, interactive data grids in React applications.
  • Data Table State Managers - Manages complex grid states like sorting, visibility, and expansion through a centralized configuration object.
  • Column Pinning - Enables locking specific columns to the viewport edges to maintain context while scrolling.
  • Row Detail Expansion - Enables row expansion to reveal nested information for specific records.
  • Table Scrolling Controls - Offers programmatic commands to navigate the table view to specific rows or offsets.
  • Interactive Table Components - Facilitates dynamic user interactions like row expansion, click events, and programmatic navigation.
  • Layout Positioning Utilities - Uses native browser sticky positioning to anchor headers and columns during scroll interactions.
  • Complex Table Builders - Supports complex layouts with sticky headers, fixed columns, and nested row details for dense information.
  • Imperative Scroll Controllers - Provides imperative APIs to programmatically scroll the viewport to specific indices or pixel offsets.
  • Summary Rows - Provides specialized rows for displaying aggregate totals or summary information that can remain fixed or scroll with the table content.
  • Component-Based Cell Rendering - Allows developers to inject custom React components into grid cells for flexible and complex data visualization.

स्टार हिस्ट्री

react-component/table के लिए स्टार हिस्ट्री चार्टreact-component/table के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Table को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Table दिखाई देता है।
  • हेडलेस React UI कॉम्पोनेंट प्रिमिटिव्स
  • React टेबल और डेटा ग्रिड कॉम्पोनेंट्स
  • a component library for React web interfaces

अक्सर पूछे जाने वाले प्रश्न

react-component/table क्या करता है?

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.

react-component/table की मुख्य विशेषताएं क्या हैं?

react-component/table की मुख्य विशेषताएं हैं: High Performance Table Rendering, Data Grid Components, Window-Based Virtualizers, Large Dataset Optimizations, Virtualized Rendering, Data Grid Customization, Data Table State Managers, Column Pinning।

react-component/table के कुछ ओपन-सोर्स विकल्प क्या हैं?

react-component/table के ओपन-सोर्स विकल्पों में शामिल हैं: alibaba/ali-react-table — This library is a high-performance data grid component for React applications, designed to manage and display large… wenzhixin/bootstrap-table — Bootstrap Table is a jQuery plugin for rendering interactive data grids with sorting, pagination, and filtering. It… swimlane/ngx-datatable — ngx-datatable is a feature-rich data table component for Angular applications designed to display and manage large… comcast/react-data-grid — react-data-grid is a high-performance table component for React designed to render large datasets using… olifolkerd/tabulator — Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from… denisraslov/react-spreadsheet-grid — This project is a high-performance data grid component for React designed to render large datasets within a…

Table के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Table के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • alibaba/ali-react-tablealibaba का अवतार

    alibaba/ali-react-table

    979GitHub पर देखें↗

    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
    GitHub पर देखें↗979
  • wenzhixin/bootstrap-tablewenzhixin का अवतार

    wenzhixin/bootstrap-table

    11,820GitHub पर देखें↗

    Bootstrap Table is a jQuery plugin for rendering interactive data grids with sorting, pagination, and filtering. It features a remote data integration system for fetching and synchronizing content from JSON endpoints using AJAX and server-side processing. The project includes a styling layer that adapts markup to work with various CSS frameworks, such as Bootstrap, Semantic UI, Bulma, and Material Design. It provides specialized rendering modes, including a hierarchical tree grid for parent-child row relationships and a responsive card-view table that transforms grids into mobile-friendly lay

    JavaScriptbootstrapbootstrap-tablebulma
    GitHub पर देखें↗11,820
  • swimlane/ngx-datatableswimlane का अवतार

    swimlane/ngx-datatable

    4,671GitHub पर देखें↗

    ngx-datatable is a feature-rich data table component for Angular applications designed to display and manage large datasets. It functions as a customizable data grid that supports sorting, pagination, and the use of custom Angular templates for styling data cells. The component is distinguished by its high-performance virtual scrolling grid, which renders only visible rows to optimize memory and CPU usage. It provides an interactive interface for managing data through row selection, column reordering, and expandable detail views. The project covers a broad set of capabilities including colum

    TypeScriptangularangular-componentsangular2
    GitHub पर देखें↗4,671
  • comcast/react-data-gridComcast का अवतार

    Comcast/react-data-grid

    7,637GitHub पर देखें↗

    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
  • Table के सभी 30 विकल्प देखें→