leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

Create 3.0 branch for Laravel 6.0 release #116

Open albertski opened 4 years ago

albertski commented 4 years ago

The following has been implemented:

"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 commented 4 years ago

can we merge this?

ayimdomnic commented 4 years ago

can this be merged?

rslugin commented 4 years ago

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