|
|
|
@ -150,6 +150,7 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni |
|
|
|
public displayedColumns: string[] = []; |
|
|
|
public entityDatasource: EntityDatasource; |
|
|
|
public noDataDisplayMessageText: string; |
|
|
|
public rowPointer: boolean; |
|
|
|
private setCellButtonAction: boolean; |
|
|
|
|
|
|
|
private cellContentCache: Array<any> = []; |
|
|
|
@ -278,6 +279,8 @@ export class EntitiesTableWidgetComponent extends PageComponent implements OnIni |
|
|
|
|
|
|
|
this.setCellButtonAction = !!this.ctx.actionsApi.getActionDescriptors('actionCellButton').length; |
|
|
|
|
|
|
|
this.rowPointer = !!this.ctx.actionsApi.getActionDescriptors('rowClick').length || !!this.ctx.actionsApi.getActionDescriptors('rowDoubleClick').length; |
|
|
|
|
|
|
|
if (this.settings.entitiesTitle && this.settings.entitiesTitle.length) { |
|
|
|
this.entitiesTitlePattern = this.utils.customTranslation(this.settings.entitiesTitle, this.settings.entitiesTitle); |
|
|
|
} else { |
|
|
|
|