Closed grafxflow closed 3 years ago
it's possible. If you already publish the config file and blade template assets.
php artisan vendor:publish --provider="Mediconesystems\LivewireDatatables\LivewireDatatablesServiceProvider"
open file resources/views/livewire/datatables/datatable.blade.php
and comment in line 171
// <option value="99999999">{{__('All')}}</option>
Perfect :)
Thanks for your help!
Is it possible to customise pagination dropdown options since I don't want the option of 'All'?