We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f556555 commit f18ec67Copy full SHA for f18ec67
resources/views/components/table/tr.blade.php
@@ -1,5 +1,4 @@
1
-@aware([ 'tableName','primaryKey','isTailwind','isBootstrap', 'rowPk', 'row', 'rowIndex', 'hasDisplayLoadingPlaceholder', 'hasTrAttributes', 'tableRowDetails'])
2
-
+@aware([ 'tableName','isTailwind', 'rowPk', 'rowIndex', 'hasDisplayLoadingPlaceholder', 'tableRowDetails'])
3
4
<tr
5
rowpk='{{ $rowPk }}'
0 commit comments