z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

how to sortable a cross db relation column? #5750

Open forunloved opened 1 year ago

forunloved commented 1 year ago

Description:

in grid when i add sortable to a cross db relation column will make a erro base table view not found like this $grid->column('itemPrice.third_price', '')->sortable(); itemPrice is a cross db relation

Steps To Reproduce: