Skip to content

Releases: savannabits/primevue-datatables

v1.5.0

20 Jul 08:18
86fcbe7
Compare
Choose a tag to compare

What's Changed

  • Laravel 10 Support by @Julian367 in #20
  • Update Filter.php to allow case insensitive filtering on JSON columns by @zamblas in #17

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Dec 07:35
b7588cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

24 Mar 16:57
d3a55a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

24 Mar 16:28
ccc7983
Compare
Choose a tag to compare

What's Changed

  • change local filters support boolean false value for checkbox filter by @str4wh4t in #6

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Feb 17:39
1c382ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Nov 11:43
8199ae6
Compare
Choose a tag to compare

What's Changed

  • Added functionality to support also filterDisplay=menu by @lchris44 in #2

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Oct 13:00
Compare
Choose a tag to compare
- Support for nested relationships up to a depth of 4 e.g lpo.order.supplier.name

v1.0.1

30 Sep 08:16
698fb4e
Compare
Choose a tag to compare

Removed params from the class's constructor to allow Provider Instantiation of the class.

v1.0.0

13 Sep 17:27
08fa873
Compare
Choose a tag to compare

First Stable Release

  • Added documentation

v0.1.0

13 Sep 16:58
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First Release:

  • Supports Global Filtering
  • Supports Per-Column Filtering
  • Supports Column Sorting
  • Uses Laravel's Paginator out of the box.