Skip to content

Releases: gofish543/laravel-datatable

v2.1.3

10 Jan 08:01
6ba5b4f
Compare
Choose a tag to compare
Update Datatable.php

v2.1.2

10 Jan 07:58
634e7b8
Compare
Choose a tag to compare

Fixing test cases
Fixing HasOne relation

v2.1.1

10 Jan 07:07
1d43069
Compare
Choose a tag to compare

Fixed issue regarding a user defined leftJoin conflicting with the sortable leftJoin. Now use a unique id within the package for the left join orderBy query

v2.1.0

25 Dec 02:23
6ed37e4
Compare
Choose a tag to compare
  • PHP 8.0

v2.0.0

23 Nov 03:12
Compare
Choose a tag to compare

2.0.0 - 2020-11-22

  • Added simplePaginateable($forcePagination = true)
  • Altered paginateable to have $forcePagination as a parameter
  • Changed simplePaginateable and paginateable to take a $forcePagination parameter. If this value is false, the query will default to a ->get() call. If true, the query will default to its respective pagination function.
  • Added $maxPerPage to Paginateable to prevent dos-like queries.

v1.0.6

08 Sep 17:08
5f02a49
Compare
Choose a tag to compare

Upgrading package to support Laravel 8.0
Improving Github pipelines

v1.0.5

15 Jul 23:44
f4e911e
Compare
Choose a tag to compare

Increased $maxDepth on the Selectable trait to default to 5 rather than 3 to allow for more robust relation selecting

v1.0.4

03 Jul 04:39
0f0954e
Compare
Choose a tag to compare
Update Datatable.php

v1.0.3

03 Jul 04:29
5831012
Compare
Choose a tag to compare

Fixed initializeDatatable to bootDatatable

v1.0.2

02 Jul 03:34
46d4ab9
Compare
Choose a tag to compare

Allow pagination to be simple or length aware