kingtox
kingtox
FFilament
Created by kingtox on 4/19/2024 in #❓┊help
Eager load issue
Thank you so much, left join resolve the issue.
9 replies
FFilament
Created by kingtox on 4/19/2024 in #❓┊help
Eager load issue
Perfect, let me try left join
9 replies
FFilament
Created by kingtox on 4/19/2024 in #❓┊help
Eager load issue
i want to show array data in each single row, right now it shows everything in one row. so adjusting query will resolve the issue? if so could you please share some more information?
9 replies
FFilament
Created by kingtox on 4/19/2024 in #❓┊help
Eager load issue
bump
9 replies
FFilament
Created by kingtox on 4/14/2024 in #❓┊help
How to avoid duplicate queries
it doesn't happened in V2, strange. i have a large data including relationship so are you sure it's normal and won't affect the performance etc?
6 replies
FFilament
Created by kingtox on 9/9/2023 in #❓┊help
How to access the Search variable inside recordSelectOptionsQuery of Relation Manager
3 replies
FFilament
Created by rabol on 5/16/2023 in #❓┊help
Search and global scope
@steen.rabol have you resolve this issue? i have exactly the same issue, would be great if you could share the solution if you already fixed.
21 replies
FFilament
Created by kingtox on 4/12/2023 in #❓┊help
Eager loading relationships in table
thankyou.
3 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
@Dan Harrin Checking to see if you could provide me some solution of this issue please.
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
yes i try that as well.
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
Alright, thank you @Dan Harrin could comments on this issue,.
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
@awcodes got it, i move the code to ListRecord but it still doesn't resolve the above issue.
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
this is what i have done in my relation getTableQuery() protected function getTableQuery(): Builder { $relationship = $this->getRelationship(); if (! $relationship) { return null; } $query = $relationship->getQuery(); return parent::getTableQuery()->select($query->getModel()->getTable() . '.*'); }
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
Sorry i still didn't get it, do i need to find getTableQuery() in filament package and replace it with the above code line 1543?
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
@Dan Harrin it doesn't work, may be i am doing something wrong. could you please share a code that need to be added to my relation getTableQuery()
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
Alright, let me test it.
20 replies
FFilament
Created by kingtox on 3/14/2023 in #❓┊help
HasManythrough showing wrong owner record Id
you are 100% correct, i have exactly the same problem, it's overwriting 'user_id' with the strange id which doesn't exist in the database. is it safe to upgrade to V3? is it working fine with laravel 9? i have upgrade to laravel 10 but most of the packages are not compatible with laravel 10. thank you so much for the detail explanation.
20 replies