laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

sortable column not in table

Open sunsophearoth opened this issue 1 year ago • 1 comments

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:

sunsophearoth avatar Sep 05 '22 09:09 sunsophearoth

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

optiktr avatar Sep 15 '22 07:09 optiktr