awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesProgrammatic Grid Data Synchronization

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.

Awesome Programmatic Grid Data Synchronization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • desandro/masonryالصورة الرمزية لـ desandro

    desandro/masonry

    16,709عرض على GitHub↗

    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.

    HTML
    عرض على GitHub↗16,709
  • myliang/x-spreadsheetالصورة الرمزية لـ myliang

    myliang/x-spreadsheet

    14,601عرض على GitHub↗

    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.

    JavaScriptcanvases6excel
    عرض على GitHub↗14,601
  • jspreadsheet/ceالصورة الرمزية لـ jspreadsheet

    jspreadsheet/ce

    7,186عرض على GitHub↗

    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.

    JavaScriptdata-griddatagriddatatables
    عرض على GitHub↗7,186
  • rowsncolumns/gridالصورة الرمزية لـ rowsncolumns

    rowsncolumns/grid

    633عرض على GitHub↗

    This project is a high-performance data grid component designed for React applications. It provides a declarative framework for rendering large-scale datasets and complex tabular structures by utilizing a canvas-based drawing engine instead of traditional document object model nodes. The library distinguishes itself through a windowed virtualization engine that maintains constant memory usage by rendering only the visible portion of the grid. It translates pointer interactions into specific cell references through coordinate-based mapping and supports the injection of external application sta

    Synchronizes scroll positions and grid state with application logic to maintain interface alignment during user interactions.

    TypeScriptcanvasdatagriddeclarative
    عرض على GitHub↗633
  1. Home
  2. User Interface & Experience
  3. Programmatic Grid Data Synchronization

استكشف الوسوم الفرعية

  • Grid Membership SynchronizationSynchronizing the grid's internal item registry with the current set of DOM elements. **Distinct from Programmatic Grid Data Synchronization:** Focuses on the membership of the grid rather than the data values within the cells.