Skip to content

Commit 6f03571

Browse files
committed
chore(*): Removed irrelevant comment.
1 parent 989de41 commit 6f03571

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/igniteui-angular/grids/core/src/services/csv/char-separated-value-data.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ export class CharSeparatedValueData {
5252
this._escapeCharacters.push(this._delimiter);
5353

5454
const headers = columns && columns.length ?
55-
/* When column groups are present, always use the field as it indicates the group the column belongs to.
56-
* Otherwise, in PivotGrid scenarios we can end up with many duplicated column names without a hint what they represent.
57-
*/
5855
columns.map(c => c.header ?? c.field) :
5956
keys;
6057

0 commit comments

Comments
 (0)