You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
I'm using DT in an controller and use the server-side option to fetch the data. Data sucessfully fetched with paging, but when I create a delete button for rows, the ng-click failed to trigger the function attached into. Delete button should print a message into console when clicked.
Hi,
I'm using DT in an controller and use the server-side option to fetch the data. Data sucessfully fetched with paging, but when I create a delete button for rows, the ng-click failed to trigger the function attached into. Delete button should print a message into console when clicked.
I've already read this manual http://l-lin.github.io/angular-datatables/#/bindAngularDirective, but still not work. Strangely, there is no error or anything in browser console.
My version :
Below is my codes
HTML
The text was updated successfully, but these errors were encountered: