livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS

MIT License

Downloads
605.4K
Stars
1.2K
Committers
67
livewire-datatables - v0.10.3 Latest Release

Published by thyseus 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.10.2...v0.10.3

livewire-datatables - v0.10.2

Published by thyseus 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.10.1...v0.10.2

livewire-datatables - Laravel 10 Compatibility

Published by thyseus over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.10.0...v0.10.1

livewire-datatables - v0.10.0

Published by thyseus almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.9.5...v0.10.0

livewire-datatables - v0.9.5

Published by thyseus over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.9.4...v0.9.5

livewire-datatables - v0.9.4

Published by thyseus over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.9.3...v0.9.4

livewire-datatables - v0.9.3

Published by thyseus over 2 years ago

livewire-datatables - v0.9.2

Published by thyseus over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.9.1...v0.9.2

livewire-datatables - v0.9.1

Published by thyseus over 2 years ago

livewire-datatables - v0.9.0

Published by thyseus over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.8.0...v0.9.0

livewire-datatables - v0.8.0

Published by thyseus over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.7.0...v0.8.0

livewire-datatables - Laravel 9 compatibility

Published by thyseus over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/MedicOneSystems/livewire-datatables/compare/v0.6.8...v0.7.0

livewire-datatables - Bug fix

Published by marksalmon about 3 years ago

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 👍

livewire-datatables - Various PRs

Published by marksalmon about 3 years ago

#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.

livewire-datatables - Editable

Published by marksalmon about 3 years ago

PR #282 fixes #278

livewire-datatables - Persist

Published by marksalmon about 3 years ago

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

livewire-datatables - Bug fix

Published by marksalmon about 3 years ago

  • fix a javascript error if complex query used without persist
  • set number columns to right-align by default
livewire-datatables - Bug fixes

Published by marksalmon about 3 years ago

  • Methods for dynamic classes on rows and cells #144
  • Fixes sorting #260
  • Various minor bugs
livewire-datatables - Sort bug fix

Published by marksalmon about 3 years ago

#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.

livewire-datatables - Bug fix

Published by marksalmon about 3 years ago

Fixes #254