anselm
anselm
FFilament
Created by anselm on 6/13/2024 in #❓┊help
Trigger Wizard actions programmatically
Is there a way to trigger the wizards "next" action programmatically for example after a state update?
3 replies
FFilament
Created by anselm on 6/11/2024 in #❓┊help
Full Height Modal / Wizard
Hi, I'm trying to show my modal (which is a wizard with multiple steps) to use the full window height (or 90%) - and to keep it the same over the steps to avoid "jumping" of the modal size depending on form length of the steps. Any help with hacking the CSS appreciated 🙂
6 replies
FFilament
Created by anselm on 2/9/2024 in #❓┊help
Display Resource Sub Navigation as top navigation
Hi, is there a way to show a Resource Sub Navigation as top navigation (similar to the Relation Manager Tabs when there are multiple) instead of as side navigation?
6 replies
FFilament
Created by anselm on 2/9/2024 in #❓┊help
Permanently enable table reordering
Is there a way to permanently enable the reordering of table rows without needing to click the button every time?
4 replies
FFilament
Created by anselm on 2/8/2024 in #❓┊help
Calculating columns and sums in a RelationManager
I'm using a RelationManager to show items belonging to an order. Each item has a price and amount . Next to the columns for Price and Amount, i'd like to display a column for the item total, e.g. price * amount. I found this tip https://v2.filamentphp.com/tricks/calculated-value-in-column which recommends using ->getStateUsing() on the TableColumn, but I always get an error Column not found: 1054 Unknown column 'order_items.total' in 'field list' which makes sense. Does this feature not work on a RelationManager Table? Is there another way to do it? I'd also like to display a sum for this column below the table. How would I achieve this? Since I'd need to multiply price and amount per item before summing. Thanks!
2 replies
FFilament
Created by anselm on 11/15/2023 in #❓┊help
Trigger Action on state update
Hi, I'd like to trigger an Action (show a modal) when the user selects an item from a CheckboxList, but I haven't been able to trigger the action from the afterStateUpdated() callback. Is this possible at all or are Actions only triggereable by Buttons?
1 replies