Commit 486ef94def58bd93b325b78aaf22fb1a7fd49222

Authored by Renato De Donato
2 parents 9fb4369c 85f3ac36

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

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