awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesVisual Data Grouping

UI techniques for structuring data through row grouping and cell merging.

Distinct from Table Data Managers: Focuses on the visual organization of rows for readability rather than general table data management.

Explore 5 awesome GitHub repositories matching data & databases · Visual Data Grouping. Refine with filters or upvote what's useful.

Awesome Visual Data Grouping GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • x-extends/vxe-tableAvatar x-extends

    x-extends/vxe-table

    8,595Vezi pe GitHub↗

    vxe-table is a high-performance data table component and UI library for Vue, designed for building data-heavy applications. It functions as a virtualized data grid and spreadsheet UI framework capable of rendering millions of rows by mounting only the visible elements of a dataset. The project distinguishes itself through spreadsheet-like functionality, including cell selection, copy-paste support, and the generation of cross-tabulated pivot tables. It also provides specialized tools for managing complex data hierarchies using virtual trees, row grouping, and cell merging. The library covers

    Structures complex information through row grouping and cell merging to improve data readability.

    TypeScriptcellcheckboxeditable
    Vezi pe GitHub↗8,595
  • angular-ui/ui-gridAvatar angular-ui

    angular-ui/ui-grid

    5,376Vezi pe GitHub↗

    ui-grid este o componentă de tip grid de date enterprise pentru aplicații Angular, concepută pentru a afișa date tabelare. Acesta funcționează ca un tabel de date interactiv care suportă virtualizarea pentru a menține performanța la randarea seturilor de date mari. Grid-ul oferă capabilități specializate pentru gestionarea profesională a datelor, inclusiv gruparea rândurilor, fixarea coloanelor și persistența stării. Acesta permite organizarea ierarhiilor complexe de date și transformarea înregistrărilor plate în structuri grupate sau arborescente. Componenta acoperă o gamă largă de funcționalități de gestionare a datelor, inclusiv editarea celulelor in-place, reordonarea coloanelor și capacitatea de a importa și exporta date în fișiere externe. De asemenea, include suport pentru navigarea prin tastatură și localizarea în mai multe limbi.

    Enables the arrangement of flat records into groups or tree structures to visualize complex data relationships.

    JavaScriptangularjavascriptui-grid
    Vezi pe GitHub↗5,376
  • vega/vega-liteAvatar vega

    vega/vega-lite

    5,216Vezi pe GitHub↗

    Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo

    Controls data grouping and order for aggregates and stacking in visualizations.

    TypeScriptchartsdeclarative-languageplot
    Vezi pe GitHub↗5,216
  • jmcnamara/xlsxwriterAvatar jmcnamara

    jmcnamara/XlsxWriter

    3,911Vezi pe GitHub↗

    XlsxWriter is a library for generating spreadsheets in the XLSX format, functioning as an Excel workbook writer and file generator. It provides the capability to write data, apply cell formatting, and build complex layouts across multiple worksheets. The project distinguishes itself with a memory-optimized writing mode that flushes large datasets to disk row-by-row, enabling the creation of files exceeding 4 GB while minimizing RAM consumption. It also includes a specialized mechanism for embedding binary project files and digital signatures to enable VBA macros and signed scripts within work

    Groups a range of cells into a formal table with specific formatting.

    Pythonchartslibxlsxwriterpandas
    Vezi pe GitHub↗3,911
  • xaksis/vue-good-tableAvatar xaksis

    xaksis/vue-good-table

    2,176Vezi pe GitHub↗

    This project is a feature-rich data grid component designed for Vue applications. It provides a flexible interface for rendering, managing, and manipulating structured information, offering built-in support for essential tabular operations such as sorting, filtering, pagination, and row selection. The library distinguishes itself through its highly extensible architecture, which allows developers to override default rendering for cells, headers, and pagination controls using scoped slots. It supports complex data workflows by enabling hierarchical organization through collapsible row grouping

    Organizes rows into logical, collapsible categories or sections to improve readability and structure for complex datasets.

    Vuedatatableplugintable
    Vezi pe GitHub↗2,176
  1. Home
  2. Data & Databases
  3. Data Management
  4. Table Data Managers
  5. Visual Data Grouping

Explorează sub-etichetele

  • Aggregate Grouping ControlsManaging data grouping and order using detail, key, and order channels to control aggregates and stacking. **Distinct from Visual Data Grouping:** Distinct from Visual Data Grouping: focuses on grouping for aggregation and stacking, not row-level UI organization.
  • Table GroupingOrganization of a cell range into a formal table unit with associated visual formatting. **Distinct from Visual Data Grouping:** Visual Data Grouping is a general UI technique; this specifically creates the formal Excel Table object.