Skip to content

Commit

Permalink
Tables bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Feb 12, 2024
1 parent 382d469 commit 2ba6442
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eda/eda_app/src/app/module/components/eda-table/eda-table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,12 @@ export class EdaTable {
if (this.withColSubTotals) {
event ? this.colSubTotals(event.first / event.rows + 1) : this.colSubTotals(1);
}
//Es te que executar sempre
this.noRepeatedRows();
//Aixó no s'executa per les taules creuades

if ( !this.pivot) {
console.log('desactivadas las no repeticiones');
// this.noRepeatedRows();
}

}

Expand Down

0 comments on commit 2ba6442

Please sign in to comment.