Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Jia Yong Lim
Posts
Comments
F
Filament
•
Created by Jia Yong Lim on 11/27/2023 in
#❓┊help
Reset Filter according to getEloquentQuery
That works, thanks bro!
12 replies
F
Filament
•
Created by Jia Yong Lim on 11/27/2023 in
#❓┊help
Reset Filter according to getEloquentQuery
Anyways, I just found the solution, getEloquentQuery() should have this line:
if (in_array($operation, ['index', 'update']))
if (in_array($operation, ['index', 'update']))
instead of:
if ($operation == 'index')
if ($operation == 'index')
appreciate you trying to help @Oddman 🍻
12 replies
F
Filament
•
Created by Jia Yong Lim on 11/27/2023 in
#❓┊help
Reset Filter according to getEloquentQuery
12 replies
F
Filament
•
Created by Jia Yong Lim on 11/27/2023 in
#❓┊help
Reset Filter according to getEloquentQuery
12 replies