Jia Yong Lim
Jia Yong Lim
FFilament
Created by Jia Yong Lim on 11/27/2023 in #❓┊help
Reset Filter according to getEloquentQuery
That works, thanks bro!
12 replies
FFilament
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
FFilament
Created by Jia Yong Lim on 11/27/2023 in #❓┊help
Reset Filter according to getEloquentQuery
Expected reset filter behaviour
12 replies
FFilament
Created by Jia Yong Lim on 11/27/2023 in #❓┊help
Reset Filter according to getEloquentQuery
unexpected behaviour
12 replies