Skip to content

Commit 6969d13

Browse files
added input styling
1 parent 914f649 commit 6969d13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resources/views/livewire/datatable.blade.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
columns: false,
33
filters: false,
44
bulkActions: false,
5-
65
selectAll(state) {
76
$el.querySelectorAll('table input[type=checkbox]').forEach((el) => {
87
if (state) {

0 commit comments

Comments
 (0)