awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grid-js avatar

grid-js/gridjs

0
View on GitHub↗
gridjs.io↗

Gridjs

Grid.js est une bibliothèque JavaScript agnostique aux frameworks pour le rendu de grilles de données interactives. Elle permet l'affichage d'informations structurées sous forme tabulaire dans différents environnements frontend, prenant en charge le peuplement des données à partir de tableaux statiques ou d'importations JSON.

La bibliothèque dispose d'un système de plugins pour étendre les composants et la logique de l'interface utilisateur, ainsi qu'un pipeline de données personnalisé pour transformer les informations avant leur affichage. Elle inclut un support intégré pour la localisation multilingue afin de traduire les éléments d'interface et les messages.

Le projet couvre les capacités fondamentales de visualisation de données, notamment le tri, le filtrage et la visualisation dynamique de grilles. Il fournit des outils pour gérer les paramètres de configuration et s'intégrer avec divers environnements JavaScript.

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

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.
4,692 stars·257 forks·TypeScript·MIT·5 vues

Historique des stars

Graphique de l'historique des stars pour grid-js/gridjsGraphique de l'historique des stars pour grid-js/gridjs

Alternatives open source à Gridjs

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Gridjs.
  • retejs/reteAvatar de retejs

    retejs/rete

    12,077Voir sur GitHub↗

    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
    Voir sur GitHub↗12,077
  • datatables/datatablesAvatar de DataTables

    DataTables/DataTables

    7,408Voir sur GitHub↗

    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
    Voir sur GitHub↗7,408
  • jqhph/dcat-adminAvatar de jqhph

    jqhph/dcat-admin

    4,022Voir sur GitHub↗

    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
    Voir sur GitHub↗4,022
  • syncfusion/flutter-widgetsAvatar de syncfusion

    syncfusion/flutter-widgets

    1,780Voir sur GitHub↗

    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
    Voir sur GitHub↗1,780
Voir les 30 alternatives à Gridjs→

Questions fréquentes

Que fait grid-js/gridjs ?

Grid.js est une bibliothèque JavaScript agnostique aux frameworks pour le rendu de grilles de données interactives. Elle permet l'affichage d'informations structurées sous forme tabulaire dans différents environnements frontend, prenant en charge le peuplement des données à partir de tableaux statiques ou d'importations JSON.

Quelles sont les fonctionnalités principales de grid-js/gridjs ?

Les fonctionnalités principales de grid-js/gridjs sont : Tabular Grids, Data Grids, Data Processing Pipelines, Extensible Plugin Architectures, Data Tables, Data Transformation Pipelines, Dynamic Data Tables, Framework-Agnostic UI Components.

Quelles sont les alternatives open-source à grid-js/gridjs ?

Les alternatives open-source à grid-js/gridjs incluent : 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…