awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesData Table Accessibility

Implementation of accessibility standards for complex data grids, including directional support and thematic contrast.

Distinct from Web Accessibility: Focuses on the comprehensive accessibility of a data grid rather than just RTL support or screen reader captions.

Explore 3 awesome GitHub repositories matching user interface & experience · Data Table Accessibility. Refine with filters or upvote what's useful.

Awesome Data Table Accessibility GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • comcast/react-data-gridAvatar Comcast

    Comcast/react-data-grid

    7,637Vezi pe 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

    Ensures data grids support diverse user needs through right-to-left text direction and customizable visual themes.

    TypeScriptreactreact-data-grid
    Vezi pe GitHub↗7,637
  • apache/hiveAvatar apache

    apache/hive

    6,012Vezi pe GitHub↗

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Accesses HBase tables with HiveQL for both reading and writing data alongside native tables.

    Javaapachebig-datadatabase
    Vezi pe GitHub↗6,012
  • glideapps/glide-data-gridAvatar glideapps

    glideapps/glide-data-grid

    5,237Vezi pe GitHub↗

    Glide Data Grid este o grilă de date virtualizată pentru React și TypeScript care utilizează HTML Canvas API pentru a reda milioane de celule fluid. Este concepută ca un tabel de date accesibil care menține rate de cadre ridicate la afișarea și navigarea prin seturi masive de date. Proiectul se distinge printr-o arhitectură de randare bazată pe canvas care utilizează randarea leneșă (lazy rendering) și un API de desenare personalizat. Acest lucru permite conținutul celulelor specializat și stilizarea bazată pe date, care ocolește ciclurile standard de actualizare DOM pentru a asigura performanțe ridicate. Grila oferă capabilități cuprinzătoare de layout și gestionare a datelor, inclusiv îmbinarea celulelor, coloane înghețate, înălțimi variabile ale rândurilor și calculul automat al lățimii coloanelor. Include, de asemenea, suport integrat pentru editarea celulelor, selecția elementelor și căutarea în datele grilei.

    Implements first-class accessibility standards for navigating and interacting with large tabular datasets.

    TypeScriptaccessibledatadatagrid
    Vezi pe GitHub↗5,237
  1. Home
  2. User Interface & Experience
  3. Data Table Accessibility

Explorează sub-etichetele

  • HBase Table ConnectorsAccesses HBase tables with HiveQL for reading and writing data alongside native Hive tables. **Distinct from Data Table Accessibility:** Distinct from Data Table Accessibility: focuses on programmatic HBase table access via SQL, not UI accessibility of data grids.