Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikadata/widget-pivot-table
https://github.com/vikadata/widget-pivot-table
widget
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikadata/widget-pivot-table
- Owner: vikadata
- License: mit
- Created: 2022-03-22T06:43:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T03:06:41.000Z (12 months ago)
- Last Synced: 2024-08-12T04:01:20.839Z (3 months ago)
- Topics: widget
- Language: TypeScript
- Homepage:
- Size: 846 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vikadata - widget-pivot-table
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)