This repository was archived by the owner on Apr 30, 2024. It is now read-only.
Releases: jamesdordoy/Laravel-Vue-Datatable_Laravel-Package
Releases · jamesdordoy/Laravel-Vue-Datatable_Laravel-Package
Added option to alias column names
1.3.8 Added alias option to package config
Added option to add alias to belongsTo relationships.
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.
1.3.6 - Bugfix to Filters. Filter query not being returned in circumstances.
Bugfix - Removed hardcoded column in belongsToMany relationships.
1.3.5 Bugfix to belongsToMany relationship. Removed hardcoded column name.
Bugfix - Removed unrequired comma
Merge pull request #11 from tarikhagustia/bug/fix-join-table-php72 Bug fix on PHP 7.2 later
Correction to OOP approach
1.3.3 Corrections.
Moved to OOP approach for package
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
1.3.1 Corrections to default order by and relationship selection.
Added relationships support
Can now add relationships to queries that can be ordered and sorted.
Adding query builder
Now able to use the query builder for results.