diff --git a/js/dataTables.settings.js b/js/dataTables.settings.js index 1335a6e5f..630f7a09e 100644 --- a/js/dataTables.settings.js +++ b/js/dataTables.settings.js @@ -203,7 +203,7 @@ $(function () { // revert other modifications here _destroy: function() { this.element.removeClass('itop-datatable'); - $('#sfl_'+me.options.sListId).fieldsorter('destroy'); + $('#sfl_'+this.options.sListId).fieldsorter('destroy'); }, // _setOptions is called with a hash of all options that are changing