RED-3212 - added id for tests
This commit is contained in:
parent
c174a1985e
commit
9589808c6d
@ -12,5 +12,6 @@ export interface TableColumnConfig<T> {
|
||||
readonly width?: string;
|
||||
readonly template?: TemplateRef<unknown>;
|
||||
readonly extra?: unknown;
|
||||
readonly id?: string;
|
||||
last?: boolean;
|
||||
}
|
||||
|
||||
@ -37,6 +37,7 @@
|
||||
[rightIconTooltip]="config.rightIconTooltip"
|
||||
[rightIcon]="config.rightIcon"
|
||||
[sortByKey]="config.sortByKey"
|
||||
[id]="config.id"
|
||||
></iqser-table-column-name>
|
||||
|
||||
<div *ngIf="hasEmptyColumn"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user