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 angular-datatables v0.5.1, along with the Buttons plugin, using the Angular data model way (datatable="ng"), and when I change the data of the table - 'Copy', 'Print', 'CSV' buttons from the plugin just disappears.
<div><tableid="node-table" datatable="ng" class="table table-striped"
dt-options="dtOptions" dt-instance="dtInstance"><thead><tr><thng-repeat="col in cols">{{col.title}}</th></tr></thead><tbody><tr><td>test</td></tr><trng-repeat="row in rows"><tdng-repeat="col in cols">
{{row[col.field]}}
</td></tr></tbody></table></div>
Any changes to the rows scope variable, will rid of the Buttons.