Skip to content

Commit e36bf37

Browse files
committed
- Added attributes to tables
Signed-off-by: Arushad Ahmed <dash-8x@hotmail.com>
1 parent d956abf commit e36bf37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/bootstrap-5/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="table-responsive">
1+
<div {!! $attributes->merge(['class' => 'table-responsive']) !!}>
22

33
@if(empty($noBulk))
44
@if(isset($bulkForm) && $bulkForm->isNotEmpty())

resources/views/material-admin-26/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="table-responsive">
1+
<div {!! $attributes->merge(['class' => 'table-responsive']) !!}>
22
@if(empty($noBulk))
33
@if(isset($bulkForm) && $bulkForm->isNotEmpty())
44
<x-forms::form-open :action="$bulkForm->attributes->get('action')" method="PUT" class="delete-form" />

0 commit comments

Comments
 (0)