yajra / laravel-datatables

jQuery DataTables API for Laravel
https://yajrabox.com/docs/laravel-datatables
MIT License
4.76k stars 857 forks source link

Question: Unknow column 'name' when using laravel/translations #3069

Closed minhkhoablieu closed 1 year ago

minhkhoablieu commented 1 year ago

Hi. I have 2 tables: categories and category_translations. Table categories has columns as image below. image

and this is the column of the category_translation table image

and I can't get the name column it shows the error Unknown column 'name' image

This is the code where I initialize the datatables at line 0, I call {{ $category->translate('vi')->name }} according to the instructions of the document I am using image Can you help me? Thank you