- <div class="table-responsive p-0 bg-white table-sm my-3">
- <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
- <thead>
- <tr>
- <th colspan="2" class="px-2"><!-- __GROUP_NAME__ --></th>
- </tr>
- </thead>
- <tbody>
- <!-- __GROUP_FIELDS__ -->
- </tbody>
- </table>
- </div>
|