MedicOneSystems / livewire-datatables

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

->hide() removes column from Export totally #545

Open uqjohart opened 1 year ago

uqjohart commented 1 year ago

Column::name('notes') ->truncate(100) ->label('Notes') ->sortable(true) ->hide() // HERE ->filterable(),

This will result in the notes column being completely ignored during export regardless of if the column has been turned on.