BUG: Entries and Search not padded correctly when table wrapped in a panel.
BUG: Entries and Search not padded correctly when table wrapped in a panel.
ShaunR
Posts: 2Questions: 1Answers: 0
In bootstrap tables can be wrapped in a panel so that the table can have an outside border, the rows can have a horizontal border, but the columns have no border. When doing this DataTables entries dropdown and search box do not have the correct padding.
<div class="panel panel-default">
<table id="dataTable">
...
</table>
</div>
Honestly those fields when inside a panel should probably be put inside the panel-heading element!
This discussion has been closed.