Fixed Sorting

This commit is contained in:
madd15
2015-03-15 03:02:58 +10:30
parent 60531450c8
commit 69b80dc9c6
+2 -1
View File
@@ -92,7 +92,8 @@
)
),
'colVis'=> array('showAll'=>'Show All','restore'=>'Restore','exclude'=>array(0,9,10),'activate'=>'mouseover'),
'columnDefs'=> array(array('visible'=>false,'targets'=>array(7,8,9)),array('bSortable'=>false,'targets'=>array(0,10,11)),array('asSorting'=>array('asc'),'aTargets'=>array(1))),
'columnDefs'=> array(array('visible'=>false,'targets'=>array(7,8,9)),array('bSortable'=>false,'targets'=>array(0,10,11))),
'order'=>array(array(1,'asc')),
)
)
->render() }}