Kyslik / column-sortable

Package for handling column sorting in Laravel 5/6/7/8
MIT License
644 stars 105 forks source link

in a same column I have fields with different names. #120

Closed andrelfranco closed 5 years ago

andrelfranco commented 5 years ago

I have a column that shows $item->empresa->razao_social or $item->entregador->nome, is it possible to sort this column?

below is the code

image

Kyslik commented 5 years ago

I think readme is clear; if you have specific code (not a screenshot) and reproducible repository link it here, so maybe someone can take a look.