awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
grid-js avatar

grid-js/gridjs

0
View on GitHub↗
4,692 estrellas·257 forks·TypeScript·MIT·3 vistasgridjs.io↗

Gridjs

Grid.js es una biblioteca de JavaScript agnóstica al framework para renderizar cuadrículas de datos interactivas. Permite la visualización de información estructurada en formatos tabulares en diferentes entornos frontend, admitiendo la población de datos desde arrays estáticos o importaciones JSON.

La biblioteca cuenta con un sistema de plugins para extender los componentes de la interfaz de usuario y la lógica, así como un pipeline de datos personalizado para transformar la información antes de que se muestre. Incluye soporte integrado para la localización multilingüe para traducir elementos de la interfaz y mensajes.

El proyecto cubre capacidades básicas de visualización de datos, incluyendo ordenamiento, filtrado y visualización dinámica de cuadrículas. Proporciona herramientas para gestionar la configuración y la integración con varios entornos de JavaScript.

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.

Historial de estrellas

Gráfico del historial de estrellas de grid-js/gridjsGráfico del historial de estrellas de grid-js/gridjs

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Gridjs

Proyectos open-source similares, clasificados según cuántas características comparten con Gridjs.
  • retejs/reteAvatar de retejs

    retejs/rete

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

    DataTables/DataTables

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

    jqhph/dcat-admin

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

    syncfusion/flutter-widgets

    1,780Ver en 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
    Ver en GitHub↗1,780
Ver las 30 alternativas a Gridjs→

Preguntas frecuentes

¿Qué hace grid-js/gridjs?

Grid.js es una biblioteca de JavaScript agnóstica al framework para renderizar cuadrículas de datos interactivas. Permite la visualización de información estructurada en formatos tabulares en diferentes entornos frontend, admitiendo la población de datos desde arrays estáticos o importaciones JSON.

¿Cuáles son las características principales de grid-js/gridjs?

Las características principales de grid-js/gridjs son: Tabular Grids, Data Grids, Data Processing Pipelines, Extensible Plugin Architectures, Data Tables, Data Transformation Pipelines, Dynamic Data Tables, Framework-Agnostic UI Components.

¿Qué alternativas de código abierto existen para grid-js/gridjs?

Las alternativas de código abierto para grid-js/gridjs incluyen: 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…