Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 3.0 branch for Laravel 6.0 release #116

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

albertski
Copy link

@albertski albertski commented Oct 6, 2019

The following has been implemented:

  • Updated composer files so this project works with Laravel 6.0.
  • Fixed any issues that came up with functions missing. (Most were functions that were converted to Arr().
  • Added ability to change the column name during query.
"product_years_name" => [
                "label" => "Product Year Name",
                "filter" => [
                    "enabled" => true,
                    "operator" => "="
                ],
                "styles" => [
                    "column" => "grid-w-10"
                ],
                'table_column_name' => 'py.name',
            ],

I was able to create the query with multiple joins using Query Builder. With multiple joins there were multiple tables with the same column name. Adding table_column_name we can allow this to happen.

This should fix #114

@thatsaboi
Copy link

can we merge this?

@ayimdomnic
Copy link

can this be merged?

leantony pushed a commit that referenced this pull request Feb 21, 2020
@rslugin
Copy link

rslugin commented Apr 19, 2020

Hi, when this will be merged?
Library still not working with Laravel 6/7;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incompatible with laravel 6?
4 participants