Answer Posted / Rajbabbar Rai
Yes, you can place a Bootstrap table within a panel. To achieve this, wrap the table inside the .panel or .card-body element as shown below:nn```htmln<div class="panel">n <div class="panel-body">n <!-- Your Table here -->n </div>n</div>n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers