From c7a21089a08f82ea324e014aac843a9bf06df039 Mon Sep 17 00:00:00 2001 From: Doug Hill Date: Thu, 14 Aug 2014 11:32:22 -0400 Subject: [PATCH] wrapped grid class .row around main datatable in DOM options --- integration/bootstrap/3/dataTables.bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/bootstrap/3/dataTables.bootstrap.js b/integration/bootstrap/3/dataTables.bootstrap.js index 3f8782d..5dc2393 100644 --- a/integration/bootstrap/3/dataTables.bootstrap.js +++ b/integration/bootstrap/3/dataTables.bootstrap.js @@ -19,8 +19,8 @@ var factory = function( $, DataTable ) { /* Set the defaults for DataTables initialisation */ $.extend( true, DataTable.defaults, { dom: - "<'row'<'col-xs-6'l><'col-xs-6'f>r>"+ - "t"+ + "<'row'<'col-xs-6'l><'col-xs-6'f>r>" + + "<'row'<'col-xs-12't>>" + "<'row'<'col-xs-6'i><'col-xs-6'p>>", renderer: 'bootstrap' } );