Commit 486ef94def58bd93b325b78aaf22fb1a7fd49222
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
1 changed file
with
1 additions
and
1 deletions
datalets/datatable-datalet/datatable-datalet.html
@@ -84,7 +84,7 @@ Example: | @@ -84,7 +84,7 @@ Example: | ||
84 | html += '</tbody>'; | 84 | html += '</tbody>'; |
85 | 85 | ||
86 | $(this._component.$.datatable).html(html); | 86 | $(this._component.$.datatable).html(html); |
87 | - $(this._component.$.datatable).DataTable({"order": []}); | 87 | + $(this._component.$.datatable).DataTable({"order": [], destroy: true}); |
88 | } | 88 | } |
89 | }; | 89 | }; |
90 | 90 |