Releases: MedicOneSystems/livewire-datatables
Releases · MedicOneSystems/livewire-datatables
Complex query builder
Fixed exports
- Excel exports now have the correct column headers (based on
$column->label
or$column->name
- Callback (or in fact any type of) columns can make use of
->exportCallback()
to which you can pass a callback to format your output differently for export compared to the displayed version. Especially useful if you are using a view or html in a callback. - Column methods that use callback under the hood (eg.
linkTo()
,view()
,editable()
,truncate()
) will now by default pass an unaltered value when exporting. This can be overridden with exportCallback(). - Checkbox column is now automatically excluded from export
Bug fix
more minor fixes
Fix undefined array key error (#235) fixes #233
minor fixes
v0.5.1 minor fixes
v0.5.0
PHP 8 support
Merged PRs
Laravel 8.12 compatibility
A naming collision was introduced in a recent Laravel update.
Bugs and PRs
Livewire 2 / Laravel 8 Support
Updated composer.json (#33) - Added laravel 8 support - Added livewire 2 support - Updated testbench so laravel 8 is supported - Added legacy-factories so the current test suite keeps working Co-authored-by: Mark Salmon <[email protected]>