4 dépôts
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.
Ce projet est un composant de grille de données haute performance conçu pour les applications React. Il fournit un framework déclaratif pour le rendu de jeux de données à grande échelle et de structures tabulaires complexes en utilisant un moteur de rendu basé sur canvas plutôt que les nœuds traditionnels du DOM (Document Object Model). La bibliothèque se distingue par un moteur de virtualisation par fenêtre qui maintient une utilisation constante de la mémoire en ne rendant que la partie visible de la grille. Elle traduit les interactions du pointeur en références de cellules spécifiques via un mappage basé sur les coordonnées et prend en charge l'injection de l'état de l'application externe et des thèmes directement dans l'environnement canvas pour assurer un accès cohérent aux données à travers les renderers de cellules personnalisés. La grille prend en charge des configurations de mise en page sophistiquées, incluant des lignes et colonnes figées, des cellules fusionnées et des en-têtes redimensionnables. Elle fournit également des outils pour organiser les informations dans des structures hiérarchiques basées sur des arbres afin de représenter des relations de données imbriquées. La bibliothèque est distribuée sous forme d'un ensemble de primitives React qui s'intègrent dans les applications web existantes pour gérer l'état du défilement et la réconciliation de la mise en page pour des interfaces de données complexes.
Synchronizes scroll positions and grid state with application logic to maintain interface alignment during user interactions.