Bootstrap problem
Bootstrap problem
Hi,
I try to styling editor datatables base on bootstrap 3.2.0 and have some problems.
When I run:
var tableTools = new $.fn.dataTable.TableTools( table, {
sRowSelect: "os",
aButtons: [
{ sExtends: "editor_create", editor: editor },
{ sExtends: "editor_edit", editor: editor },
{ sExtends: "editor_remove", editor: editor }
]
} );
$( tableTools.fnContainer() ).appendTo( '#example_wrapper .col-xs-6:eq(0)' );
The buttons disappear. So I back to your example and try to run in my local server but it doesn't work too because is lack
extensions/Plugins/integration/bootstrap in datatables packet.
This discussion has been closed.
Replies
Can you link to a test page showing the problem so we can debug it please?
That sounds like a packaging error that I'll look into. For now, the integration files are available on the CDN here: http://cdn.datatables.net/plug-ins/725b2a2115b/integration/
Thanks,
Allan
Thx,
I've put the integration files, spend next few hours (; removed files js/css mishmash and now is working.