mirror of https://github.com/evilhero/mylar
FIX: Search results sortable by year column
This commit is contained in:
parent
fad91809d3
commit
09f6e32d60
|
@ -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 New Issue