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
·
grid-js avatar

grid-js/gridjs

0
View on GitHub↗
4,692 Stars·257 Forks·TypeScript·MIT·1 Aufrufgridjs.io↗

Gridjs

Grid.js ist eine framework-agnostische JavaScript-Bibliothek für das Rendern interaktiver Datengitter. Sie ermöglicht die Anzeige strukturierter Informationen in tabellarischen Formaten über verschiedene Frontend-Umgebungen hinweg und unterstützt die Datenbefüllung aus statischen Arrays oder JSON-Importen.

Die Bibliothek verfügt über ein Plugin-System zur Erweiterung von Benutzeroberflächenkomponenten und Logik sowie über eine benutzerdefinierte Datenpipeline zur Transformation von Informationen vor der Anzeige. Sie enthält integrierte Unterstützung für mehrsprachige Lokalisierung, um Schnittstellenelemente und Nachrichten zu übersetzen.

Das Projekt deckt grundlegende Datenvisualisierungsfunktionen ab, einschließlich Sortierung, Filterung und dynamischer Gittervisualisierung. Es bietet Tools zur Verwaltung von Konfigurationseinstellungen und zur Integration in verschiedene JavaScript-Umgebungen.

Features

  • Tabular Grids - Implements a client-side grid for populating and managing tabular data from static arrays or JSON imports.
  • Data Grids - Renders structured tabular data in a grid format across various JavaScript environments.
  • Data Processing Pipelines - Transforms and modifies information through a processing sequence before grid display.
  • Data Processing Pipelines - Transforms raw input data through a modular sequence of modifiers before final visual mapping.
  • Extensible Plugin Architectures - Provides an extensible architecture allowing custom components and logic to be injected into the table lifecycle.
  • Data Tables - Renders structured data in tabular formats with built-in sorting and filtering in web browsers.
  • Data Transformation Pipelines - Modifies record data through a processing sequence before it is displayed in the grid.
  • Data Tables - Provides interactive interfaces for displaying tabular datasets with search and pagination capabilities.
  • Dynamic Data Tables - Generates tabular views at runtime using structured data arrays and JSON imports.
  • Framework-Agnostic UI Components - Provides a tabular display component that renders consistently across different frontend environments without requiring a specific framework.
  • Dynamic Data Table Visualizers - Creates interactive tables that populate from JSON or static arrays to present information.
  • Framework-Agnostic Rendering - Generates table elements using standard web APIs to ensure compatibility across different JavaScript frameworks.
  • Dynamic Content Resolution - Resolves data sources from static arrays and asynchronous JSON requests to populate the grid.
  • Frontend Framework Integrations - Ensures consistent data grid implementation across different JavaScript UI frameworks.
  • JavaScript Data Grids - Provides interactive tabular components built with JavaScript for web-based data management.
  • Dynamic Configuration Updates - Updates visual properties and data without requiring the entire grid component to be recreated.
  • Data Grid Components - Supports the rendering of interactive data grids within React environments via simple configuration.
  • Locale Mappings - Maps internal interface keys to language-specific translation files based on user locale settings.
  • Configuration State Managers - Implements a centralized settings object to control column definitions and row data dynamically.
  • UI Component Injections - Allows the injection of custom UI components at predefined hook points to extend grid functionality.
  • Table Plugin Systems - Includes a plugin system that allows developers to extend the table's behavior and user interface components.
  • Table Interface Language Translators - Provides configuration-based translation of user interface labels and messages into different languages.
  • Interface Localizations - Manages regional translation files to adapt the table interface for multiple languages.

Star-Verlauf

Star-Verlauf für grid-js/gridjsStar-Verlauf für grid-js/gridjs

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

Häufig gestellte Fragen

Was macht grid-js/gridjs?

Grid.js ist eine framework-agnostische JavaScript-Bibliothek für das Rendern interaktiver Datengitter. Sie ermöglicht die Anzeige strukturierter Informationen in tabellarischen Formaten über verschiedene Frontend-Umgebungen hinweg und unterstützt die Datenbefüllung aus statischen Arrays oder JSON-Importen.

Was sind die Hauptfunktionen von grid-js/gridjs?

Die Hauptfunktionen von grid-js/gridjs sind: Tabular Grids, Data Grids, Data Processing Pipelines, Extensible Plugin Architectures, Data Tables, Data Transformation Pipelines, Dynamic Data Tables, Framework-Agnostic UI Components.

Welche Open-Source-Alternativen gibt es zu grid-js/gridjs?

Open-Source-Alternativen zu grid-js/gridjs sind unter anderem: retejs/rete — Rete is a framework for building interactive, node-based visual interfaces and dataflow programming environments. It… datatables/datatables — DataTables is a feature-rich HTML table library that transforms static HTML tables into interactive data grids with… jqhph/dcat-admin — dcat-admin is a Laravel admin panel framework used to rapidly build data-driven administration interfaces. It… syncfusion/flutter-widgets — This project is a comprehensive collection of high-performance UI components and SDKs designed for building data-rich,… hazelcast/hazelcast — Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to… olifolkerd/tabulator — Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from…

Open-Source-Alternativen zu Gridjs

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gridjs.
  • retejs/reteAvatar von retejs

    retejs/rete

    12,077Auf GitHub ansehen↗

    Rete is a framework for building interactive, node-based visual interfaces and dataflow programming environments. It provides a core engine that processes directed graphs, allowing developers to define modular logic where nodes represent operations and connections represent the flow of data or control. By decoupling the graph logic from the user interface, the framework enables the creation of custom visual editors that can be integrated into various frontend component libraries. The project distinguishes itself through a highly extensible, signal-driven architecture that supports complex req

    TypeScriptdataflow-programmingflow-based-programminggraph-editor
    Auf GitHub ansehen↗12,077
  • datatables/datatablesAvatar von DataTables

    DataTables/DataTables

    7,408Auf GitHub ansehen↗

    DataTables is a feature-rich HTML table library that transforms static HTML tables into interactive data grids with sorting, paging, filtering, and server-side processing support. It provides a client-side rendering engine that handles table rows, pagination, and sorting entirely in the browser, while also offering a server-side processing pipeline that offloads sorting, filtering, and paging operations to a backend for efficient handling of large datasets. The library distinguishes itself through its plugin-based extension system, which allows custom functions and widgets to modify table beh

    CSS
    Auf GitHub ansehen↗7,408
  • jqhph/dcat-adminAvatar von jqhph

    jqhph/dcat-admin

    4,022Auf GitHub ansehen↗

    dcat-admin is a Laravel admin panel framework used to rapidly build data-driven administration interfaces. It functions as a CRUD generator and backend scaffolding tool that automatically produces create, read, update, and delete interfaces based on database table schemas. The system distinguishes itself through a plugin-based extension architecture and the ability to run multiple independent administrative instances within a single installation. It provides specialized tools for mapping external APIs to forms and tables, as well as an event-driven form lifecycle for executing custom logic du

    PHPlaravellaravel-admin
    Auf GitHub ansehen↗4,022
  • syncfusion/flutter-widgetsAvatar von syncfusion

    syncfusion/flutter-widgets

    1,780Auf GitHub ansehen↗

    This project is a comprehensive collection of high-performance UI components and SDKs designed for building data-rich, cross-platform applications in Flutter. It provides a unified library of modular widgets and processing tools that enable developers to implement complex interface requirements, including advanced scheduling, tabular data management, and interactive data visualization, using a consistent declarative architecture. The library distinguishes itself through specialized, enterprise-grade capabilities that extend beyond standard UI elements. It includes a robust document processing

    Dart
    Auf GitHub ansehen↗1,780
Alle 30 Alternativen zu Gridjs anzeigen→