awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • x-extends/vxe-tablex-extends 的头像

    x-extends/vxe-table

    8,595在 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
    在 GitHub 上查看↗8,595
  • angular-ui/ui-gridangular-ui 的头像

    angular-ui/ui-grid

    5,376在 GitHub 上查看↗

    ui-grid 是一个用于 Angular 应用的企业级数据网格组件,旨在显示表格数据。它作为一个交互式数据表,支持虚拟化以在渲染大数据集时保持性能。 该网格为专业数据管理提供了专门功能,包括行分组、列固定和状态持久化。它允许组织复杂的数据层级,并将扁平记录转换为分组或树状结构。 该组件涵盖了广泛的数据管理功能,包括单元格内编辑、列重排以及导入导出数据到外部文件的能力。它还包括对键盘导航和多语言本地化的支持。

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

    JavaScriptangularjavascriptui-grid
    在 GitHub 上查看↗5,376
  • vega/vega-litevega 的头像

    vega/vega-lite

    5,216在 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
    在 GitHub 上查看↗5,216
  • jmcnamara/xlsxwriterjmcnamara 的头像

    jmcnamara/XlsxWriter

    3,911在 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
    在 GitHub 上查看↗3,911
  • xaksis/vue-good-tablexaksis 的头像

    xaksis/vue-good-table

    2,176在 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
    在 GitHub 上查看↗2,176
  1. Home
  2. Data & Databases
  3. Data Management
  4. Table Data Managers
  5. Visual Data Grouping

探索子标签

  • 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.