Skip to content
Snippets Groups Projects
Commit a8550b59 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fixed table width for tables using tablesorter, fixes #1201

Closes #1201

Merge request studip/studip!714
parent 30f16319
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,8 @@ function enhanceSortableTable(table) { ...@@ -41,7 +41,8 @@ function enhanceSortableTable(table) {
$(table).tablesorter({ $(table).tablesorter({
headers: headers, headers: headers,
sortLocaleCompare : true, sortLocaleCompare : true,
sortRestart: true sortRestart: true,
widthFixed: false
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment