CC-3174 : showbuilder

reset button is working.
This commit is contained in:
Naomi Aro 2012-02-03 00:56:14 +01:00
parent 11e7d813b6
commit 3b172f9c0c
3 changed files with 26 additions and 20 deletions

View file

@ -337,19 +337,15 @@ function createDataTable(data) {
},
"oColReorder": {
"iFixedColumns": 2
"iFixedColumns": 2,
"aiOrder": [ 0,1,2,3,4,5,6,7,8,9 ]
}
});
oTable.fnSetFilteringDelay(350);
setupLibraryToolbar(oTable);
$('#library_order_reset').click(function() {
ColReorder.fnReset( oTable );
return false;
});
$('[name="pl_cb_all"]').click(function(){
var oTT = TableTools.fnGetInstance('library_display');