Directory

← Back

PivotTable

PivotTable for Vaadin

Author

Contributors

Rating

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());
            }
        });

Compatibility

(Loading compatibility data...)

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
Online