Closed kksagar closed 3 years ago
Publish blades (it will be in "resources\views\livewire\datatables") and I think merge lines (datatables.blade.php) 78 to 107 into lines 62 to 76 (datatables.blade.php).
If you don´t need the filters skip second step, try.
Thanks for the reply, I will surely apply it soon and reply back, kindly appreciate it if you found my concern important for the library.
On Tue, Mar 23, 2021 at 11:43 AM EmmanuelAyTuz @.***> wrote:
Publish blades (it will be in "resources\views\livewire\datatables") and I think merge lines (datatables.blade.php) 78 to 107 into lines 62 to 76 (datatables.blade.php).
- Copy lines 85 to 90 (datatables.blade.php) after line 70 (datatables.blade.php).
- Copy lines 93 to 103 (datatables.blade.php) after line 15 (header-no-hide.blade.php)
- Delete lines 78 to 107.
If you don´t need the filters skip second step, try.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MedicOneSystems/livewire-datatables/issues/156#issuecomment-804647385, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMZCIXRYXPX2LIRLS7Y6LMLTFAWSDANCNFSM4YG2FA2A .
Column::checkbox('id') this colum working properly but first row showing select all checkbox in datatable, this should show in table heading, any solution for it......