z-song / laravel-admin

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

sortable column not in table #5653

Open sunsophearoth opened 2 years ago

sunsophearoth commented 2 years ago

Laravel Version: 5.6 PHP Version: 7.3 Laravel-admin:1.7

Description: How to do sortable with the column not in the table ? I have 2 table join and I count it to show then I want to sortable it is it possible to sort without store in db?

Steps To Reproduce:

optiktr commented 2 years ago

You can solve it by adding a complex filter. Write a manual sql query.