Kyslik / column-sortable

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

failing eloquent #107

Closed krytthew closed 5 years ago

krytthew commented 5 years ago

hello I have an error when performing the ordering with a relation, it does not work

$this->belongsTo('App\Http\Models\BiHdrModel','V_ORDER_NO','V_ORDER_NO');

select count(*) as aggregate from ord_header inner join bi_hdr on ord_header.V_ORDER_NO = bi_hdr.id

Kyslik commented 5 years ago

Please do share more than just one line; share both models and a controller (or at least the method in which you are using the sortable() scope).

The best way is to share example repository which people can download and try out.