Buttons do not show on bootstrap4

Buttons do not show on bootstrap4

sanchezfabio08sanchezfabio08 Posts: 5Questions: 1Answers: 0
edited January 2019 in Free community support

What can I be doing wrong?

Could you explain this function better?
.appendTo ($ ('# table_id_wrapper .col-md-6: eq (0)', table.table (). container ())); ?

        var table = $('#table_id').DataTable( {
            scrollY:        "645px",
            scrollX:        true,
            scrollCollapse: true,
            paging:         false,

                    fixedColumns:   {
                         heightMatch: 'auto'
                 },

            language: {
                    "url": "plugins/datatables/plugins/Portuguese-Brasil.json"
                },

                    lengthChange: false,
                    buttons: [ 'copy', 'excel', 'pdf', 'colvis' ],





        } );
            table.buttons().container()
             .appendTo( $('#table_id_wrapper .col-md-6:eq(0)', table.table().container() ) );

    } );

Replies

This discussion has been closed.