Skip to content

Commit

Permalink
Fixed the CSV download
Browse files Browse the repository at this point in the history
Download will start immediately, it won't wait the whole file to be generated and then start download. more like asynchronous file download.
  • Loading branch information
imranjoget committed Aug 10, 2023
1 parent 5b273cf commit 306de35
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 126 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.joget.marketplace</groupId>
<artifactId>export-csv-or-excel</artifactId>
<packaging>bundle</packaging>
<version>8.0.0</version>
<version>8.0.1</version>
<name>export-csv-or-excel</name>
<url>http://www.joget.org</url>
<build>
Expand Down

0 comments on commit 306de35

Please sign in to comment.