this release uses bootstrap style for datatables instead of jquery-ui
[myslice.git] / plugins / hazelnut / hazelnut.js
index ca49146..4c741b3 100644 (file)
             //"sDom": 'lf<"#datatableSelectAll-'+ options.plugin_uuid+'">rtip',
             sDom: '<"H"Tfr>t<"F"ip>',
             bJQueryUI: true,
-            sPaginationType: 'full_numbers',
+            sPaginationType: 'bootstrap',
             // Handle the null values & the error : Datatables warning Requested unknown parameter
             // http://datatables.net/forums/discussion/5331/datatables-warning-...-requested-unknown-parameter/p2
             aoColumnDefs: [{sDefaultContent: '',aTargets: [ '_all' ]}],