diff --git a/Scripts/bootstrap-sortable.js b/Scripts/bootstrap-sortable.js index 28f7f82..0ce0ac0 100644 --- a/Scripts/bootstrap-sortable.js +++ b/Scripts/bootstrap-sortable.js @@ -198,7 +198,7 @@ } // Add click event to table header - $document.on('click', 'table.sortable>thead th[data-defaultsort!="disabled"]', function (e) { + $document.on('click', 'table.sortable>thead th[data-defaultsort!="disabled"][data-disableclick!="true"]', function (e) { sortByColumn(this); });