Skip to content

Commit

Permalink
Add missing download options
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Dec 28, 2024
1 parent b2e69c1 commit b56152a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ fun DownloadConfig.toJs(): Tabulator.AddditionalExportOptions {
if (rowGroups != null) this.rowGroups = rowGroups
if (columnCalcs != null) this.columnCalcs = columnCalcs
if (rowHeaders != null) this.rowHeaders = rowHeaders
if (columnHeaders != null) this.columnHeaders = columnHeaders
if (dataTree != null) this.dataTree = dataTree
} as Tabulator.AddditionalExportOptions
}

Expand Down

0 comments on commit b56152a

Please sign in to comment.