This repository was archived by the owner on Feb 2, 2025. It is now read-only.
-
| I'm using angular version 12 I used the exact example from the documentation page. http://l-lin.github.io/angular-datatables/#/advanced/using-template-ref But I got this error. is this example compatible with the angular version. |
Beta Was this translation helpful? Give feedback.
Answered by miamilabs Nov 10, 2023
Replies: 1 comment 5 replies
-
| Hello, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Ok i fixed this.
as from missing knowedge from Angular i implemented my templage not on right way.
After implementhis this into HTML all issues was been solved.
<ng-template #demoNg let-data="adtData" let-emitter="captureEvents">
<x-dt-action-edit-delete [data]="data" actionText="View" (emitter)="emitter($event)">