Releases: MedicOneSystems/livewire-datatables
v0.8.0
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
Full Changelog: v0.7.0...v0.8.0
Laravel 9 compatibility
What's Changed
- Add "Row Index" column type by @NikarashiHatsu in #363
- introduce possibility to persist search string in session by @thyseus in #360
- Rename export file by @gzai in #341
- [contribution-issue-315] Fix column filtering while on page > 1 (mari… by @marionfromfrance in #319
- introduce min-width and max-width by @thyseus in #310
- Introduce index in column by @thyseus in #304
- obey table prefix, if defined in database connection by @thyseus in #365
- Get $model from builder() method by @rikthomas in #379
- improvements of table reset by @thyseus in #387
- Laravel 9.x Compatibility by @laravel-shift in #390
- introduce ability to append a summary row to a datatable by @thyseus in #322
- can set tooltip to column by @lordofthebrain in #399
- fix: use set sort direction by @thyseus in #400
- Mass action support by @tomshaw in #320
New Contributors
- @NikarashiHatsu made their first contribution in #363
- @gzai made their first contribution in #341
- @marionfromfrance made their first contribution in #319
- @rikthomas made their first contribution in #379
- @laravel-shift made their first contribution in #390
- @lordofthebrain made their first contribution in #399
- @tomshaw made their first contribution in #320
Full Changelog: v0.6.8...v0.7.0
Bug fix
Various PRs
#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
Persist
Bug fix
- fix a javascript error if complex query used without persist
- set number columns to right-align by default
Bug fixes
Sort bug fix
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.