4 repositorios
External APIs for updating cell content and styles to align UI with application state.
Distinguishing note: None of the candidates cover programmatic data synchronization for a grid UI.
Explore 4 awesome GitHub repositories matching user interface & experience · Programmatic Grid Data Synchronization. Refine with filters or upvote what's useful.
Masonry is a JavaScript library for arranging elements of varying heights into a grid without vertical gaps. It serves as a DOM element positioner and dynamic layout manager that calculates and applies absolute coordinates to HTML elements based on available vertical space. The system functions as a responsive grid engine using percentage-based widths to maintain consistent structures across different screen sizes. It includes capabilities to recalculate grid positions after images load or browser windows resize to prevent element overlap. The library covers grid management and positioning,
Supports adding, removing, or inserting new elements to keep the layout synchronized with the DOM.
x-spreadsheet is an HTML5 canvas spreadsheet component and web-based data grid designed for high-performance data display and cell manipulation. It serves as an interactive web component that allows users to manage structured data within a browser-based interface. The project includes an XLSX file serializer that imports and exports spreadsheet state using binary XML formats compatible with Excel. It also features a locale-aware UI framework that translates interface labels and date formats through configurable language objects. The component covers a broad range of capabilities including fo
Allows updating cell text and retrieving values or styles via an external interface.
This project is a JavaScript spreadsheet component and web-based data table that provides an interactive grid for managing tabular data. It functions as a cross-framework UI component compatible with React, Vue, and jQuery, and can also be embedded as a standalone web component. The grid is specifically designed for XLSX interoperability, allowing users to import and export XLSX files while preserving formulas and styles. It distinguishes itself through real-time collaboration for simultaneous multi-user editing and a flexible system for creating custom cell editors and specialized column typ
Provides external APIs for updating cell values, styles, and configuration settings programmatically.
Este proyecto es un componente de cuadrícula de datos de alto rendimiento diseñado para aplicaciones React. Proporciona un framework declarativo para renderizar conjuntos de datos a gran escala y estructuras tabulares complejas mediante el uso de un motor de dibujo basado en canvas en lugar de nodos tradicionales del DOM. La librería se distingue por un motor de virtualización con ventanas que mantiene un uso constante de memoria al renderizar solo la parte visible de la cuadrícula. Traduce las interacciones del puntero en referencias de celda específicas mediante un mapeo basado en coordenadas y admite la inyección de estado y temas de aplicaciones externas directamente en el entorno de canvas para garantizar un acceso constante a los datos en renderizadores de celdas personalizados. La cuadrícula admite configuraciones de diseño sofisticadas, incluidas filas y columnas fijas, celdas combinadas y encabezados redimensionables. También proporciona herramientas para organizar la información en estructuras jerárquicas basadas en árboles para representar relaciones de datos anidadas. La librería se distribuye como un conjunto de primitivas de React que se integran en aplicaciones web existentes para gestionar el estado de desplazamiento y la reconciliación de diseño para interfaces de datos complejas.
Synchronizes scroll positions and grid state with application logic to maintain interface alignment during user interactions.