I am trying to create a igx grid table with an edit-button, similar to this example provided by Infragistics Angular Grid Row Adding Example
<igx-action-strip #actionstrip>
<igx-grid-editing-actions [addRow]="true"></igx-grid-editing-actions>
</igx-action-strip>
I added IgxActionStripModule to the app.modules.ts and addRow
is not found. Should I add some other modules or why this simple example does not work?
I did not find no tutorials or explanations about it.
I have Angular version 12 and Visual Studio 2019.