Add colreorder fixed columns to podcast + episodes datatables so checkbox column is fixed

This commit is contained in:
Duncan Sommerville 2015-10-28 12:17:29 -04:00
parent cc9f1ea6d0
commit e8643e04eb
3 changed files with 14 additions and 2 deletions

View file

@ -188,7 +188,10 @@ var AIRTIME = (function (AIRTIME) {
"sAlign": "right",
"aiExclude": [0, 1],
"buttonText": $.i18n._("Columns"),
"iOverlayFade": 0
"iOverlayFade": 0,
'oColReorder': {
'iFixedColumns': 1 // Checkbox
}
}
});