Why dosent this show up with buttons and its not responsive ??

Why dosent this show up with buttons and its not responsive ??

birdietorerikbirdietorerik Posts: 1Questions: 1Answers: 0

Can sombody explane why this datatable with bootstrap doent show up with buttons and are not responsive ?

http://birdietorerik.no/test/datatable.php

Please help

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    What buttons are you expected to see - you haven't declared any:

                var table = $('#mydatatable').DataTable( {
                    responsive: true
                  } );
    

    The table isn't responsive as you haven't included the Responsive files. If you look at this example here, ensure you have the necessary files listed on the Javascript and CSS tabs beneath the table.

    Cheers,

    Colin

This discussion has been closed.