MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 259 forks source link

checkbox showing extra row for select all option #156

Closed kksagar closed 3 years ago

kksagar commented 3 years ago

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...... docsdatatable docsdatatable

EmmanuelAyTuz commented 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).

  1. Copy lines 85 to 90 (datatables.blade.php) after line 70 (datatables.blade.php).
  2. Copy lines 93 to 103 (datatables.blade.php) after line 15 (header-no-hide.blade.php)
  3. Delete lines 78 to 107.

If you don´t need the filters skip second step, try.

kksagar commented 3 years ago

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).

  1. Copy lines 85 to 90 (datatables.blade.php) after line 70 (datatables.blade.php).
  2. Copy lines 93 to 103 (datatables.blade.php) after line 15 (header-no-hide.blade.php)
  3. 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 .