Fixed Sorting
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user