Bootstrap problem

Bootstrap problem

darlindarlin Posts: 9Questions: 1Answers: 0

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.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Can you link to a test page showing the problem so we can debug it please?

    but it doesn't work too because is lack extensions/Plugins/integration/bootstrap in datatables packet.

    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

  • darlindarlin Posts: 9Questions: 1Answers: 0

    Thx,
    I've put the integration files, spend next few hours (; removed files js/css mishmash and now is working.

This discussion has been closed.