mirror of
https://github.com/evilhero/mylar
synced 2024-12-23 08:12:41 +00:00
FIX: Search results sortable by year column
This commit is contained in:
parent
fad91809d3
commit
09f6e32d60
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
{
|
||||
"bDestroy": true,
|
||||
"aoColumnDefs": [
|
||||
{ 'bSortable': false, 'aTargets': [ 0,3 ] }
|
||||
{ 'bSortable': false, 'aTargets': [ 0 ] }
|
||||
],
|
||||
"oLanguage": {
|
||||
"sLengthMenu":"Show _MENU_ results per page",
|
||||
|
|
Loading…
Reference in a new issue