We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hasEditableColumns
1 parent 1be037c commit dc320f3Copy full SHA for dc320f3
projects/igniteui-angular/src/lib/action-strip/grid-actions/grid-editing-actions.component.ts
@@ -36,7 +36,7 @@ export class IgxGridEditingActionsComponent extends IgxGridActionsBaseDirective
36
const row = this.strip.context;
37
const firstEditable = row.cells.filter(cell => cell.editable)[0];
38
const grid = row.grid;
39
- if (!grid.hasEditableColumn) {
+ if (!grid.hasEditableColumns) {
40
this.isMessageShown = showMessage(
41
'The grid should be editable in order to use IgxGridEditingActionsComponent',
42
this.isMessageShown);
0 commit comments