File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed
projects/igniteui-angular/src/lib/services Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -291,9 +291,9 @@ export class CSVWrapper {
291291
292292 public get pivotGridData ( ) {
293293 return `ProductCategory${ this . _delimiter } Bulgaria${ this . _delimiter } USA${ this . _delimiter } Uruguay${ this . _eor } ` +
294- `Accessories${ this . _delimiter } ${ this . _delimiter } 293${ this . _delimiter } ${ this . _eor } ` +
295- `Bikes${ this . _delimiter } ${ this . _delimiter } ${ this . _delimiter } 68${ this . _eor } ` +
296294 `Clothing${ this . _delimiter } 774${ this . _delimiter } 296${ this . _delimiter } 456${ this . _eor } ` +
295+ `Bikes${ this . _delimiter } ${ this . _delimiter } ${ this . _delimiter } 68${ this . _eor } ` +
296+ `Accessories${ this . _delimiter } ${ this . _delimiter } 293${ this . _delimiter } ${ this . _eor } ` +
297297 `Components${ this . _delimiter } ${ this . _delimiter } 240${ this . _delimiter } ${ this . _eor } ` ;
298298 }
299299}
You can’t perform that action at this time.
0 commit comments