sprunkeris
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
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
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