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

Issue related to laravel grid while mapping two tables #107

Open Manupreeta94 opened 5 years ago

Manupreeta94 commented 5 years ago

Hello, We are trying to join 2 tables from sql. We have some views and in one view we have list, which is to be displayed and which will have 2 tables joining. So when we create one model how can we call other table columns in list as grid command line creates list of columns from one model.

basicAngular commented 5 years ago

Same problem with me, how we can add two tables by using join and get the result as well as search.

basicAngular commented 5 years ago

@Manupreeta94 have you find any solution?

basicAngular commented 5 years ago

No, finally I have changed, doing it custom a lot of work, but at least it's working fine.