DataTables + Bootstrap doesn't work

DataTables + Bootstrap doesn't work

Dimitri386Dimitri386 Posts: 5Questions: 3Answers: 0
edited February 2015 in Free community support

Hello,

i used DataTables for some weeks, and it worked fine, since i add bootstrap.css in my page, know DataTables just show the thead and tfoot.
so, i added the two needed files (dataTables.bootstrap.js and dataTables.bootstrap.css), and it's still the same.

i've changed also the class name of my table to "table" to have a simple bootstrap style.

what i added (same with files in local) :

<script type="text/javascript" language="javascript" src="//cdn.datatables.net/1.10.5/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" language="javascript" src="//cdn.datatables.net/plug-ins/f2c75b7247b/integration/bootstrap/3/dataTables.bootstrap.js"></script>

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Can you link to the page so we can take a look and see what is going wrong please?

    Allan

This discussion has been closed.