FlowingCode / GridExporterAddon

Other
10 stars 8 forks source link

Support hierarchical dataprovider #77

Closed sischi closed 1 year ago

sischi commented 1 year ago

Hi there,

we started using your addon to implement an Excel-Export. Sadly we use a TreeGrid and thus an extension of Vaadin's HierarchicalDataProvider that didn't work with your addon.

So I simply added the support for HierarchicalDataProvider in your code and wanted to share that code with you by creating this PullRequest, hoping that this extension will find the way into one of the upcoming releases ;)

I added a new Demo that uses a TreeGrid to show the generated Person Objects grouped by their age.

Best regards!

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

javier-godoy commented 1 year ago

Hello. Thank you for your contribution. I rebased the branch with Conventional Commits & Code Style changes according to our Development Conventions. @mlopezFC will test the feature and merge it.