sprunkeris
sprunkeris
FFilament
Created by sprunkeris on 4/30/2024 in #❓┊help
Dependant select options using QueryBuilder
Hi, is there any way to use dependant select options when using QueryBuilder? For example I have 2 select QueryFilters. One - Categories, another one - Sub-Categories. You can filter either by categories or by sub categories. By default it should show all sub categories, but if you add additional filter - categories and select certain categories it will filter all subcategories in select field only by that category. So.. identical to https://filamentphp.com/docs/3.x/forms/advanced#dependant-select-options, but applied for QueryBuilder SelectConstraints. Thanks for help in advance!
2 replies
FFilament
Created by sprunkeris on 4/29/2024 in #❓┊help
Modal (ViewAction) and Query Builder bug?
Hello, is it for me only, or someone else encounters bug which uses a lot of resources when filtered using query builder and after closing opened modal and when clicking again to open modal it uses a lot of resources? (I got even 504 Server Error). I'm using ViewAction
2 replies
FFilament
Created by sprunkeris on 4/26/2024 in #❓┊help
Operators in QueryBuilder as not native select. How?
Hello, how to make to show operators in select not with simple select, but in more beutiful way like with native(false) option?
2 replies
FFilament
Created by sprunkeris on 4/24/2024 in #❓┊help
Modal performance slow in table
Hi everyone. I noticed that on large tables the modal popup time is almost equivalent to the loading time of the table, because the entire table is retrieved in html from request again, which weights almost 0.5 Mb in my case. Maybe there is an option to not get all table html in request and just neccessary data for modal? Thanks for help in advance! 🙂
3 replies
FFilament
Created by sprunkeris on 4/24/2024 in #❓┊help
Show table records when "Apply filters" clicked
Hello everybody, newbie here. How to make to show records only when you click "Apply filters" button? When not clicked that button table should be empty
1 replies