Skip to content

Commit f18ec67

Browse files
committed
Tweak TR Blade
1 parent f556555 commit f18ec67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/components/table/tr.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
@aware([ 'tableName','primaryKey','isTailwind','isBootstrap', 'rowPk', 'row', 'rowIndex', 'hasDisplayLoadingPlaceholder', 'hasTrAttributes', 'tableRowDetails'])
2-
1+
@aware([ 'tableName','isTailwind', 'rowPk', 'rowIndex', 'hasDisplayLoadingPlaceholder', 'tableRowDetails'])
32

43
<tr
54
rowpk='{{ $rowPk }}'

0 commit comments

Comments
 (0)