Bootstrap panel and table
Bootstrap panel and table

If I use
<
div class="panel"> ...
and there's no panel-body then I get seamless integration of the table with the panel.
If I use datatables with the table it breaks the integration. I can give you some screenshots if it helps.
Can this be fixed?
This discussion has been closed.
Answers
This happens because of the scrollbar when I use dataTables like this
It looks better with a panel body in this case.