Skip to content

Releases: MedicOneSystems/livewire-datatables

Complex query builder

23 Aug 16:56
1a2d833
Compare
Choose a tag to compare
  • Adds the complex query builder
    #252

  • FIx postgres bug
    #261

  • Add a more versatile link method
    #266

Fixed exports

09 Aug 20:46
bf6f24d
Compare
Choose a tag to compare
  • 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

09 Aug 16:07
0723108
Compare
Choose a tag to compare

more minor fixes

25 Jul 10:25
c221bd6
Compare
Choose a tag to compare
Fix undefined array key error (#235)

fixes #233

minor fixes

03 Jul 23:08
Compare
Choose a tag to compare
v0.5.1

minor fixes

v0.5.0

03 Jul 17:20
Compare
Choose a tag to compare

PHP 8 support

Merged PRs

16 Nov 12:04
b0f3b3b
Compare
Choose a tag to compare

Update README.md (#64) …

Truncate search (#72) …

Apply fixes from StyleCI (#81) …

Make possible to disable highlighting (#75) …

Update LivewireDatatable.php (#79) …

Laravel 8.12 compatibility

03 Nov 15:24
Compare
Choose a tag to compare

A naming collision was introduced in a recent Laravel update.

Bugs and PRs

15 Oct 21:36
Compare
Choose a tag to compare

Livewire 2 / Laravel 8 Support

15 Sep 15:13
40346b2
Compare
Choose a tag to compare
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]>