Skip to content

Releases: MedicOneSystems/livewire-datatables

v0.8.0

17 Mar 11:00
b1b86e6
Compare
Choose a tag to compare

What's Changed

  • add hint to index column in README.md by @thyseus in #406
  • Takes into account hidden columns when displaying summary row by @3rgo in #407
  • fix wrong restore sort direction by @lordofthebrain in #414
  • introduce ability to 'pin' selected records at the top to watch/compare them by @thyseus in #397

New Contributors

  • @3rgo made their first contribution in #407

Full Changelog: v0.7.0...v0.8.0

Laravel 9 compatibility

28 Feb 10:26
cb52707
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.8...v0.7.0

Bug fix

22 Sep 13:00
ce51820
Compare
Choose a tag to compare

Fixes callback bug #296

Originally caused by #261, which fixed a Postgres issue. This is now reverted so the Postgres issue may return. I have never used Postgres so welcome further PRs from anyone who wants to address this.

introduce ability to make i18nable custom column category labels

#297 from @thyseus 👍

Various PRs

20 Sep 13:16
b5b567d
Compare
Choose a tag to compare

#286 - adds ability to define which columns the use can hide. Thanks @thyseus
#287 - Typo bugfix. Thanks @ReganLyden
#288 - adds label columns. Thanks @thyseus
#289 - adds the ability to control row and cell css classes from the config file. Thanks @spekkie2002
#294 - adds column groups. Thanks @thyseus

Also should have fixed #283, which was caused by PR #261. I don't know whether my fix will re-introduce the Postgres bug that was fixed by #261.

Editable

09 Sep 13:25
ecd2d29
Compare
Choose a tag to compare

PR #282 fixes #278

Persist

09 Sep 12:59
Compare
Choose a tag to compare

Ability to persist filters, perpage and hidden columns in session
#274

Bug fix

30 Aug 19:48
Compare
Choose a tag to compare
  • fix a javascript error if complex query used without persist
  • set number columns to right-align by default

Bug fixes

25 Aug 10:33
Compare
Choose a tag to compare
  • Methods for dynamic classes on rows and cells #144
  • Fixes sorting #260
  • Various minor bugs

Sort bug fix

24 Aug 15:55
Compare
Choose a tag to compare

#260

The pre-fetch on sorting columns was conflicting with the persistence of the sorted column in the session, causing the sort to change on reload if a column had been hovered.

The prefetch directive has now been removed form the sort triggers.

Bug fix

23 Aug 17:02
Compare
Choose a tag to compare

Fixes #254