https://github.com/apitable/widget-pivot-table
https://github.com/apitable/widget-pivot-table
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apitable/widget-pivot-table
- Owner: apitable
- License: mit
- Created: 2022-12-22T02:18:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T03:00:25.000Z (about 2 years ago)
- Last Synced: 2025-04-10T03:16:52.945Z (10 months ago)
- Language: TypeScript
- Size: 2.97 MB
- Stars: 6
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pivot Table
A high-performance data classification and summary statistics tool, commonly used in analysis, reporting, annual reports and other scenarios.
## Quick Start
### Installation
```shell
yarn install
```
### Launch
```shell
yarn start
```
## Feature
### Implemented functional features
- [x] Support for displaying 1 row dimension, 1 column dimension and up to 3 statistical values
- [x] Support sorting of row dimensions, column dimensions and value dimensions
- [x] Support for multi-selected value separation of row dimensions and column dimensions
- [x] 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](https://help.aitable.ai/docs/guide/intro-widget-pivot)