Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Releases: jamesdordoy/Laravel-Vue-Datatable_Laravel-Package

Added option to alias column names

15 Sep 13:37
Compare
Choose a tag to compare
1.3.8

Added alias option to package config

Added option to add alias to belongsTo relationships.

01 Mar 17:40
Compare
Choose a tag to compare
1.3.7

1.3.7 Added option to alias a belongsTo relationship for self referen…

Bugfix - Corrected bug with filter queries not being returned.

18 Feb 12:34
Compare
Choose a tag to compare
1.3.6 - Bugfix to Filters.

Filter query not being returned in circumstances.

Bugfix - Removed hardcoded column in belongsToMany relationships.

10 Jan 17:31
Compare
Choose a tag to compare
1.3.5

Bugfix to belongsToMany relationship. Removed hardcoded column name.

Bugfix - Removed unrequired comma

10 Jan 15:29
be0adac
Compare
Choose a tag to compare
Merge pull request #11 from tarikhagustia/bug/fix-join-table-php72

Bug fix on PHP 7.2 later

Correction to OOP approach

03 Jan 19:51
Compare
Choose a tag to compare
1.3.3

Corrections.

Moved to OOP approach for package

03 Jan 19:41
Compare
Choose a tag to compare

Move to more OOP approach for package development to remove public API from use and to make code easier to read.

Corrected default orderBy and made relationship selection a requirement

30 Dec 17:14
Compare
Choose a tag to compare
1.3.1

Corrections to default order by and relationship selection.

Added relationships support

30 Dec 16:09
Compare
Choose a tag to compare

Can now add relationships to queries that can be ordered and sorted.

Adding query builder

21 Nov 15:54
Compare
Choose a tag to compare

Now able to use the query builder for results.