apitable / widget-pivot-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pivot Table

A high-performance data classification and summary statistics tool, commonly used in analysis, reporting, annual reports and other scenarios.

Quick Start

Installation

yarn install

Launch

yarn start

Feature

Implemented functional features

  • Support for displaying 1 row dimension, 1 column dimension and up to 3 statistical values
  • Support sorting of row dimensions, column dimensions and value dimensions
  • Support for multi-selected value separation of row dimensions and column dimensions
  • Support multiple statistical methods and summary statistics

Functional features being planned

  • Support for displaying up to 3 row dimensions, 3 column dimensions and 3 statistical values
  • Support filtering of view data based on filtering conditions
  • Support for year-over-year and year-over-annual statistics
  • Richer configuration options

Official Tutorial

For more usage scenarios and tips, you can refer to the official tutorial at: 👉 Click me

About

License:MIT License


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%