CC-3174 : showbuilder
adding more length options to library, these ones should still fit without scrolling the page.
This commit is contained in:
parent
6409003b3f
commit
d03e565861
|
@ -79,6 +79,8 @@ var AIRTIME = (function(AIRTIME) {
|
|||
"bProcessing": true,
|
||||
"bServerSide": true,
|
||||
|
||||
"aLengthMenu": [[10, 15, 20, 25, 50, 100], [10, 15, 20, 25, 50, 100]],
|
||||
|
||||
"bStateSave": true,
|
||||
"fnStateSaveParams": function (oSettings, oData) {
|
||||
//remove oData components we don't want to save.
|
||||
|
|
Loading…
Reference in New Issue