Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-giulianasilva committed Feb 10, 2025
1 parent 7d5d54b commit 6c6bf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/DataGrid/Wijmo/Features/GroupPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ namespace Providers.DataGrid.Wijmo.Feature {

const oldGroupDescription = this._currGroupDescription;

// Workaround for HTML tags and encoded symbols being exported in CSV when the Grid present Grouped Columns.
// Workaround for HTML tags and encoded symbols being exported in CSV when the Grid present Grouped Columns. (WJM-35579)
// Loop through the columns just added to the Group Panel and set isContentHtml to true.
o.forEach(function (groupDesc: wijmo.collections.PropertyGroupDescription) {
if (!oldGroupDescription.includes(groupDesc)) {
Expand Down

0 comments on commit 6c6bf7c

Please sign in to comment.