Arrow
How to display infolist in a table column action with a relation record.
@Leandro Ferreira Is there a way to filter the relation query with a scope or modifying the query?
I have the following relationship: $record->customer->receipts I only want to fetch the current years receipts only and show via RepeatableEntry field
I have the following relationship: $record->customer->receipts I only want to fetch the current years receipts only and show via RepeatableEntry field
5 replies
Apply filament tab query filter to table on custom ViewRecord page
If I add the following code to the start of table method. I do get the filtering done when a page is refreshed but not when livewire makes a request, as the value for $this->activeTab is still the same from the previous request.
3 replies