Skip to content

Releases: arm092/livewire-datatables

Stable Version

26 Oct 08:44
4a64570
Compare
Choose a tag to compare

What's Changed

  • Changes related to selected and checkbox by @cmorillo in #26

Full Changelog: 2.2.3...2.2.4

2.2.3

08 Sep 20:01
ffceb3e
Compare
Choose a tag to compare

What's Changed

  • Set non vulnerable version as minimal for Laravel Excel

Full Changelog: 2.2.2...2.2.3

2.2.2

07 Aug 00:10
ee92d9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.2

v2.2.1

29 Jun 08:39
b97d8b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

11 May 18:50
Compare
Choose a tag to compare

What's Changed

  • Columns callback property's name changed to callbackFunction
  • Added setCallback method for non callback created columns (raw for example)
  • Made NumberColumn format method more flexible, now it accepts the same params as native number_format function

Full Changelog: 2.1.1...2.2.0

2.1.1

22 Apr 04:33
8690604
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

Stable Version

06 Apr 16:54
Compare
Choose a tag to compare

What's Changed

  • Fixed undefined array key problem
  • Fixed attempt to read property on int
  • Fixed a bug with the storage key saving for hidden columns and per page
  • Added support for Laravel 11

Full Changelog: 2.0.6...2.1.0

Stable Version

15 Feb 07:30
1f32837
Compare
Choose a tag to compare

What's Changed

  • ComplexQuery, hideable and pagination issues resolved by @emresasi in #12

New Contributors

Full Changelog: 2.0.5...2.0.6

Stable Version

03 Feb 18:20
Compare
Choose a tag to compare

Changelog:

  • Make ComplexQuery::savedQueries property nullable

Stable Version

03 Feb 01:17
Compare
Choose a tag to compare

Changelog:

  • Add laravel collection support to ComplexQuery::$columns property