This is my table. Also I use bootsrap. I cant give spaces table. When the table is empty, the table looks bad. Table need to spaces. I try to add style="height:500px;"
inside <table>
tag. But it is not work.
<table class="table table-sm">
<thead class="thead-dark">
<tr>
<th scope="col">...</th>
<th scope="col">...</th>
<th scope="col">Ad</th>
<th scope="col">Soyad</th>
</tr>
</thead>
<tbody>
<tr>...</tr>
</tbody>
</table>