PivotTable
PivotTable for Vaadin
Wrapper for the Javascript Pivot Table component by Nicolas Kruchten
Apache 2 license only covers this wrapper, all underlying libraries are under their respective licenses.
Sample code
upload.addFinishedListener(new Upload.FinishedListener() { @Override public void uploadFinished(Upload.FinishedEvent finishedEvent) { pivotTable.setData(tempCSV.toString()); } });
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Removed stray reference to widgetset in pom file
- Released
- 2015-05-07
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.4+
- Browser
- N/A
PivotTable - Vaadin Add-on Directory
PivotTable for VaadinWrapper for the Javascript Pivot Table component by [Nicolas Kruchten](https://github.com/nicolaskruchten/pivottable)
Apache 2 license only covers this wrapper, all underlying libraries are under their respective licenses.
Author HomepageOnline Demo
Issue Tracker
Source Code
PivotTable version 0.1.0
Supports CSV data and allows you to specify initially selected rows and columns.
PivotTable version 0.1.1
Removed stray reference to widgetset in pom file