Commit 736f8317887db7bc5f8c7621f9fc2cdc009360f3

Authored by Luigi Serra
1 parent ef51505a

datatable bug fixing

datalets/datatable-datalet/datatable-datalet.html
... ... @@ -84,7 +84,7 @@ Example:
84 84 html += '</tbody>';
85 85  
86 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  
... ...