Added setColumnFilter(oTable)

This commit is contained in:
Rudi Grinberg 2012-09-17 11:58:08 -04:00
parent fab7042ce6
commit b913b067c2
2 changed files with 11 additions and 5 deletions

View file

@ -647,6 +647,8 @@ var AIRTIME = (function(AIRTIME) {
}
});
setColumnFilter(oTable);
oTable.fnSetFilteringDelay(350);
$libContent.find(".dataTables_scrolling").css("max-height", tableHeight);