PivotTable for Vaadin - Vaadin Add-on Directory
PivotTable component for FlowPivotTable for Vaadin version 0.1.0
### Version 0.1.0
- Intial rest release
PivotTable for Vaadin version 0.2.0
### Version 0.2.0
- Add support for embedded charts
PivotTable for Vaadin version 0.3.0
### Version 0.3.0
- Added bean list based data model
PivotTable for Vaadin version 0.4.0
### Version 0.4.0
- Convert other data types to String instead of throwing
PivotTable for Vaadin version 0.5.0
### Version 0.5.0
- Made Pivot UI's popups draggable
PivotTable for Vaadin version 0.5.1
### Version 0.5.1
- Fix NPE when rows or cols were not defined
- Added missing C3 css for embeded charts
PivotTable for Vaadin version 0.5.2
### Version 0.5.2
- Aesthetics fine tuning
- Drag popups only via header, move cursor hint
PivotTable for Vaadin version 0.5.3
### Version 0.5.3
- Add missing search field styles
PivotTable for Vaadin version 0.6.0
### Version 0.6.0
- Add options to set default renderer, disable selection of renderers and option to disable attribute fields in interactive UI
PivotTable for Vaadin version 0.7.0
### Version 0.7.0
- Removed Treemap as it is not supported with used D3 / C3 versions anymore
- Added TSV Export
PivotTable for Vaadin version 0.8.0
### Version 0.8.0
- Add option set the default Aggregator and aggregated column
PivotTable for Vaadin version 0.8.1
### Version 0.8.1
- Fix: Aggregator setting was not working correctly when Charts were disabled
PivotTable for Vaadin version 0.9.0
### Version 0.9.0
- General improvement for non-interactive mode
PivotTable for Vaadin version 0.9.1
### Version 0.9.1
- Fix issue with non-interactive mode without charts
PivotTable for Vaadin version 2.0.0
### Version 2.0.0
- Compatible with Vaadin 23.3.0
PivotTable for Vaadin version 2.1.0
### Version 2.1.0
- Add API to localize Aggregator and Renderer names
- Add PivotRefreshedEvent and listener
- Add method to fetch result table as json
- Improve CSS and aesthetics, now should be fully Lumo compatible
- Improve keyboard navigation
PivotTable for Vaadin version 2.1.1
### Version 2.1.1
- Improve Chart styling
PivotTable for Vaadin version 2.1.2
### Version 2.1.2
- Bug fixes