From: Thierry Parmentelat Date: Wed, 27 Mar 2013 11:51:59 +0000 (+0100) Subject: review 'sDom' thing and resurrect 'records per page' gadget in the mix X-Git-Tag: myslice-django-0.1-3~22 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=267a32cb41b5df286fa4dba2b7978855994a7974 review 'sDom' thing and resurrect 'records per page' gadget in the mix --- diff --git a/plugins/hazelnut/hazelnut.js b/plugins/hazelnut/hazelnut.js index 99e9b96f..43bb9cc4 100644 --- a/plugins/hazelnut/hazelnut.js +++ b/plugins/hazelnut/hazelnut.js @@ -119,7 +119,7 @@ // Customize the position of Datatables elements (length,filter,button,...) // http://datatables.net/release-datatables/examples/advanced_init/dom_toolbar.html // http://www.datatables.net/forums/discussion/3914/adding-buttons-to-header-or-footer/p1 - sDom: "<'row-fluid'<'span6'T><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>", + sDom: "<'row-fluid'<'span4'l><'span7'f><'span1'r>>t<'row-fluid'<'span4'i><'span8'p>>", 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