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 604508f commit b5b567dCopy full SHA for b5b567d
config/livewire-datatables.php
@@ -72,6 +72,6 @@
72
'odd' => 'divide-x divide-gray-100 text-sm text-gray-900 bg-gray-50',
73
'selected' => 'divide-x divide-gray-100 text-sm text-gray-900 bg-yellow-100',
74
],
75
- 'cell' => 'text-sm text-gray-900'
76
- ]
+ 'cell' => 'text-sm text-gray-900',
+ ],
77
];
0 commit comments