Skip to content
Snippets Groups Projects
Commit 12635d84 authored by François Grand's avatar François Grand
Browse files

fix: PAB table: column selection not working on header second line (type, parameters, value)

refs #607
parent 925304e9
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!207Draft: Resolve "PAB : optimiser l'espace occupé par le tableau de la géométrie de la passe"
......@@ -66,7 +66,7 @@
</th>
</tr>
<tr *ngFor="let col of columns">
<th *ngFor="let cell of col.cells" (click)="toggleSelection(col, $event)"
<th *ngFor="let cell of col.cells" (click)="toggleSelection(cell, $event)"
(mousedown)="preventCtrlClickBorder($event)" [class.selectable-cell]="isSelectable(cell)"
[class.selected-cell]="isSelected(cell)" [attr.rowspan]="rowSpan(cell)"
[attr.colspan]="colSpan(cell)" [title]="cellTitle(cell)">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment